Skip to content

Commit a113d8a

Browse files
committed
using grunt for coffee compilation momentarily
1 parent 6f30265 commit a113d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"scripts": {
3939
"install": "node install.js",
40-
"postinstall": "node-gyp rebuild",
40+
"postinstall": "node-gyp rebuild && ./node_modules/.bin/grunt build",
4141
"test": "./node_modules/.bin/tape test/runner.js"
4242
},
4343
"main": "./lib/gitteh",

0 commit comments

Comments
 (0)