File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,4 +118,6 @@ Please use GitHub's Issues/PRs.
118
118
- ` npm run coverage ` shows the coverage result of ` npm test ` command with the default browser.
119
119
- ` npm run clean ` removes the coverage result of ` npm test ` command.
120
120
- ` npm run lint ` runs ESLint.
121
+ - ` npm run setup ` setups submodules to develop.
122
+ - ` npm run update-fixtures ` updates files in ` test/fixtures/template-ast ` directory based on ` *.source.vue ` files.
121
123
- ` npm run watch ` runs tests with ` --watch ` option.
Original file line number Diff line number Diff line change 19
19
"preversion" : " npm test" ,
20
20
"setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
21
21
"test" : " nyc npm run _mocha" ,
22
+ "update-fixtures" : " node test/tools/update-template-ast.js" ,
22
23
"watch" : " npm run _mocha -- --growl --watch" ,
23
24
"codecov" : " nyc report --reporter lcovonly && codecov"
24
25
},
You can’t perform that action at this time.
0 commit comments