Skip to content

Commit b1b227e

Browse files
committed
Auto-compile coffee on npm publish
1 parent 1e61bce commit b1b227e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"author": "miyukki <yusei1128@gmail.com>",
1919
"main": "./lib/atem.js",
2020
"scripts": {
21-
"test": "mocha test",
22-
"build": "coffee -bc ./lib/atem.coffee",
23-
"postinstall": "build"
21+
"test": "./node_modules/.bin/cake test",
22+
"build": "./node_modules/.bin/coffee -bc ./lib/atem.coffee",
23+
"prepublish": "build"
2424
},
2525
"dependencies": {
2626
"async": "^1.3.0",

0 commit comments

Comments
 (0)