mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: use ionic instead of angular-cli for start scripts
This commit is contained in:
@@ -29,8 +29,9 @@
|
|||||||
"prepublishOnly": "npm ci && npm run build",
|
"prepublishOnly": "npm ci && npm run build",
|
||||||
"preversion": "npm run prepublishOnly",
|
"preversion": "npm run prepublishOnly",
|
||||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||||
"start": "ng serve",
|
"start": "ionic serve",
|
||||||
"start:fake": "ng serve --configuration=fake",
|
"start:prod": "ionic serve -- --configuration=production",
|
||||||
|
"start:fake": "ionic serve -- --configuration=fake",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user