MOBILE-3320 npm: Use local dependencies in scripts
parent
3a117e49bf
commit
0e41bdff75
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
|
@ -19,17 +19,17 @@
|
|||
],
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build:prod": "ng build --prod",
|
||||
"start": "ionic serve",
|
||||
"build": "ionic build",
|
||||
"build:prod": "ionic build --prod",
|
||||
"test": "jest --verbose",
|
||||
"test:ci": "jest -ci --runInBand --verbose",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage",
|
||||
"lint": "ng lint",
|
||||
"ionic:serve:before": "npx gulp",
|
||||
"ionic:serve": "npx gulp watch & ng serve",
|
||||
"ionic:build:before": "npx gulp"
|
||||
"ionic:serve:before": "gulp",
|
||||
"ionic:serve": "gulp watch & ng serve",
|
||||
"ionic:build:before": "gulp"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^11.0.1",
|
||||
|
@ -130,6 +130,7 @@
|
|||
"@angular/compiler-cli": "~10.0.0",
|
||||
"@angular/language-service": "~10.0.0",
|
||||
"@ionic/angular-toolkit": "^2.3.0",
|
||||
"@ionic/cli": "^6.12.3",
|
||||
"@ionic/v4-migration-tslint": "^1.7.1",
|
||||
"@types/faker": "^5.1.3",
|
||||
"@types/node": "^12.12.64",
|
||||
|
|
Loading…
Reference in New Issue