Update publish and package commands to use new syntax
This commit is contained in:
parent
072d2c1ae9
commit
037ade50c5
2 changed files with 18518 additions and 231 deletions
18745
package-lock.json
generated
18745
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,8 +6,8 @@
|
||||||
"start": "ng serve --host '0.0.0.0'",
|
"start": "ng serve --host '0.0.0.0'",
|
||||||
"code-server": "ng serve --configuration=codeserver --host \"0.0.0.0\" --disable-host-check --poll=2000",
|
"code-server": "ng serve --configuration=codeserver --host \"0.0.0.0\" --disable-host-check --poll=2000",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"package": "ng build --prod --service-worker",
|
"package": "ng build --configuration=production --service-worker",
|
||||||
"publish": "ng build --prod --service-worker && firebase deploy",
|
"publish": "ng build --configuration=production --service-worker && firebase deploy",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
|
|
Loading…
Reference in a new issue