File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
/coverage
3
3
node_modules
4
4
/test /temp
5
- /index. *
6
5
/npm-debug.log
7
6
/test.js
8
7
/test /fixtures /espree-v8 /node_modules
Original file line number Diff line number Diff line change 78
78
"watch" : " run-p watch:*" ,
79
79
"watch:tsdown" : " tsdown --watch" ,
80
80
"watch:test" : " wait-on dist/index.js && warun dist/index.js \" test/*.js\" \" test/fixtures/ast/*/*.json\" \" test/fixtures/*\" --debounce 1000 --no-initial -- nyc mocha \" test/*.js\" --reporter dot --timeout 10000" ,
81
- "watch:update-ast" : " wait-on dist/index.js && warun dist/index.js \" test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js" ,
81
+ "watch:update-ast" : " wait-on dist/index.js && warun dist/index.js \" test/fixtures/ast/*/*.vue\" -- ts- node scripts/update-fixtures-ast.js" ,
82
82
"watch:coverage-report" : " wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html"
83
83
},
84
84
"repository" : {
You can’t perform that action at this time.
0 commit comments