build(): add lerna for dev builds (#24358)

This commit is contained in:
Liam DeBeasi
2021-12-10 17:17:53 -05:00
committed by GitHub
parent 4ff3477532
commit 179cbd334b
19 changed files with 46883 additions and 4180 deletions

View File

@@ -21,6 +21,7 @@
},
"homepage": "https://ionicframework.com/",
"scripts": {
"prepublishOnly": "npm run build.prod",
"test": "echo 'angular no tests yet'",
"build": "ng-packagr -p package.json",
"build.prod": "npm run clean && npm run build",
@@ -37,7 +38,7 @@
"peerDependencies": {
"@angular/core": ">=8.2.7",
"@angular/platform-server": ">=8.2.7",
"@ionic/angular": "*",
"@ionic/angular": "^5.9.2",
"rxjs": ">=6.2.0",
"zone.js": ">=0.8.26"
},