diff --git a/package.json b/package.json index 7b58cae7..73d42b01 100644 --- a/package.json +++ b/package.json @@ -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'" },