Skip to content

Commit fefa663

Browse files
author
Amir Tocker
committed
Merge branch 'infra'
2 parents 272f8f9 + 13377ee commit fefa663

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
@@ -27,7 +27,8 @@
2727
"pretest": "npm run compile",
2828
"prepublish": "npm run compile",
2929
"test": "node_modules/.bin/mocha -R spec --recursive test/",
30-
"compile": "node_modules/.bin/coffee --map -o lib -c src"
30+
"compile": "node_modules/.bin/coffee --map -o lib -c src",
31+
"watch": "node_modules/.bin/coffee --watch --map -o lib -c src"
3132
},
3233
"optionalDependencies": {},
3334
"engines": {

0 commit comments

Comments
 (0)