MOBILE-3320 npm: Use local dependencies in scripts

main
Noel De Martin 2021-01-14 12:39:29 +01:00
parent 3a117e49bf
commit 0e41bdff75
2 changed files with 1224 additions and 6 deletions

1217
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",