Skip to content

Commit 335ef1d

Browse files
build: remove test:watch command (#94)
1 parent b631a10 commit 335ef1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
},
2727
"scripts": {
2828
"test": "mocha --require ts-node/register tests/lib/**/*.spec.ts",
29-
"test:watch": "mocha tests/lib/rules/*.js --watch",
3029
"confirm": "eslint ./development**/* --fix --ext .vue --rulesdir dist/lib/rules",
3130
"_log:lint": "eslint log/tests/* --rulesdir log/rules",
3231
"_log:print": "run-s _log:lint > log/log.json",

0 commit comments

Comments
 (0)