Update publish and package commands to use new syntax

This commit is contained in:
William Brawner 2021-11-17 17:57:34 -07:00
parent 072d2c1ae9
commit 037ade50c5
2 changed files with 18518 additions and 231 deletions

18745
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,8 +6,8 @@
"start": "ng serve --host '0.0.0.0'",
"code-server": "ng serve --configuration=codeserver --host \"0.0.0.0\" --disable-host-check --poll=2000",
"build": "ng build",
"package": "ng build --prod --service-worker",
"publish": "ng build --prod --service-worker && firebase deploy",
"package": "ng build --configuration=production --service-worker",
"publish": "ng build --configuration=production --service-worker && firebase deploy",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"