We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compileTests
package.json
1 parent 9f00dd4 commit b12db51Copy full SHA for b12db51
package.json
@@ -28,6 +28,7 @@
28
"prepublish": "npm run compile",
29
"test": "node_modules/.bin/mocha -R spec --recursive test/",
30
"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",
32
"watch": "node_modules/.bin/coffee --watch --map -o lib -c src"
33
},
34
"optionalDependencies": {},
0 commit comments