Skip to content

Commit b12db51

Browse files
author
Amir Tocker
committed
Add compileTests script to package.json
1 parent 9f00dd4 commit b12db51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"prepublish": "npm run compile",
2929
"test": "node_modules/.bin/mocha -R spec --recursive test/",
3030
"compile": "node_modules/.bin/coffee --no-header --map -o lib -c src",
31+
"compileTests": "node_modules/.bin/coffee --no-header --map -o test_lib -c test",
3132
"watch": "node_modules/.bin/coffee --watch --map -o lib -c src"
3233
},
3334
"optionalDependencies": {},

0 commit comments

Comments
 (0)