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

Commit 6407fa4

Browse files
committed
chore(package): add script to deploy server
1 parent 2dba6b1 commit 6407fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "karma start --single-run; gulp enforce-format; gulp lint",
88
"postinstall": "typings install",
9-
"start": "cd dist/client; firebase serve"
9+
"start": "cd dist/client; firebase serve",
10+
"build_and_deploy": "gulp build:client; cd dist/client; firebase deploy"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)