File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6868 "watch" : " run-p watch:*" ,
6969 "watch:tsc" : " tsc --watch" ,
7070 "watch:rollup" : " wait-on .temp/index.js && rollup -c -o index.js --watch" ,
71- "watch:test" : " wait-on index.js && warun index.js \" test/*.js\" \" test/fixtures/ast/*/*.json\" \" test/fixtures/*\" --no-initial -- nyc -r lcov npm run -s _mocha" ,
71+ "watch:test" : " wait-on index.js && warun index.js \" test/*.js\" \" test/fixtures/ast/*/*.json\" \" test/fixtures/*\" --debounce 1000 -- no-initial -- nyc -r lcov npm run -s _mocha" ,
7272 "watch:update-ast" : " wait-on index.js && warun index.js \" test/fixtures/ast/*/*.vue\" -- node test/tools/update-fixtures-ast.js" ,
7373 "watch:coverage-report" : " wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html"
7474 },
You can’t perform that action at this time.
0 commit comments