mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +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",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
"push": "git push && git push origin \"v$npm_package_version\"",
|
||||
"start": "ng serve",
|
||||
"start:fake": "ng serve --configuration=fake",
|
||||
"start": "ionic serve",
|
||||
"start:prod": "ionic serve -- --configuration=production",
|
||||
"start:fake": "ionic serve -- --configuration=fake",
|
||||
"test": "ng test",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user