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.
1 parent ac75059 commit f41eea0Copy full SHA for f41eea0
package.json
@@ -23,7 +23,7 @@
23
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000",
24
"test-unit": "node ./bin/test.js",
25
"test-unit-coverage": "node ./bin/test.js --coverage",
26
- "test:dev": "cross-env NODE_PATH='./out' mocha",
+ "test-unit-dev": "cross-env NODE_PATH='./out' mocha",
27
"build": "tsc -b ./tsconfig.all.json",
28
"prepare": "npm run setup",
29
"setup": "npm run build",
0 commit comments