Skip to content

Commit a34d26c

Browse files
committed
Added scripts for heroku
1 parent 2c7154f commit a34d26c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"scripts": {
66
"clean": "gulp clean",
77
"compile": "gulp compile",
8-
"build": "gulp build",
8+
"build": "./node_modules/.bin/gulp build",
99
"deploy": "concurrent --kill-others \"gulp watch\" \"gulp start\"",
10-
"postinstall": "gulp installTypings && gulp build",
11-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"postinstall": "npm run installTypings && npm run build",
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"installTypings": "./node_modules/.bin/gulp installTypings"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)