Skip to content

Commit

Permalink
Auto-compile coffee on npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
miyukki committed Jan 31, 2017
1 parent 1e61bce commit b1b227e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"author": "miyukki <yusei1128@gmail.com>",
"main": "./lib/atem.js",
"scripts": {
"test": "mocha test",
"build": "coffee -bc ./lib/atem.coffee",
"postinstall": "build"
"test": "./node_modules/.bin/cake test",
"build": "./node_modules/.bin/coffee -bc ./lib/atem.coffee",
"prepublish": "build"
},
"dependencies": {
"async": "^1.3.0",
Expand Down

0 comments on commit b1b227e

Please sign in to comment.