Skip to content

Commit 4bab9c6

Browse files
committed
update watch scripts
1 parent e4cbe67 commit 4bab9c6

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
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"test": "cross-env karma start test/karma.config.js",
32-
"test:watch": "cross-env karma start --single-run=false",
32+
"test:watch": "cross-env karma start test/karma.config.js --single-run=false",
3333
"lint": "cross-env eslint --ext .js,.vue src spec"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)