Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 8e5ed32

Browse files
committed
feat(fire): add run script to package.json
1 parent 28e359a commit 8e5ed32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"private": true,
66
"scripts": {
77
"ng": "ng",
8-
"dev": "ng serve --app demo --port=4200 --host 0.0.0.0 --aot",
8+
"dev": "npm run demo",
9+
"demo": "ng serve --app demo --port=4200 --host 0.0.0.0 --aot",
910
"docs": "ng serve --app docs --port=4201 --host 0.0.0.0 --aot",
10-
"build": "npm run build:demo && npm run build:docs",
11+
"fire": "ng serve --app fire --port=4202 --host 0.0.0.0 --aot",
12+
"build": "npm run build:demo && npm run build:docs && npm run build:fire",
1113
"build:demo": "ng build --prod --app demo",
1214
"build:docs": "ng build --prod --app docs",
1315
"build:fire": "ng build --prod --app fire",

0 commit comments

Comments
 (0)