Skip to content

Commit f41eea0

Browse files
committed
refactor: rename script
1 parent ac75059 commit f41eea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000",
2424
"test-unit": "node ./bin/test.js",
2525
"test-unit-coverage": "node ./bin/test.js --coverage",
26-
"test:dev": "cross-env NODE_PATH='./out' mocha",
26+
"test-unit-dev": "cross-env NODE_PATH='./out' mocha",
2727
"build": "tsc -b ./tsconfig.all.json",
2828
"prepare": "npm run setup",
2929
"setup": "npm run build",

0 commit comments

Comments
 (0)