File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,6 @@ The `npm install` command installs dependencies.
326
326
- ` npm test ` runs tests and measures coverage.
327
327
- ` npm run build ` compiles TypeScript source code to ` index.js ` , ` index.js.map ` , and ` index.d.ts ` in ` dist ` .
328
328
- ` npm run coverage ` shows the coverage result of ` npm test ` command with the default browser.
329
- - ` npm run clean ` removes the temporary files which are created by ` npm test ` and ` npm run build ` .
330
329
- ` npm run lint ` runs ESLint.
331
330
- ` npm run update-fixtures ` updates files in ` test/fixtures/ast ` directory based on ` test/fixtures/ast/*/source.vue ` files.
332
331
- ` npm run watch ` runs ` build ` , ` update-fixtures ` , and tests with ` --watch ` option.
Original file line number Diff line number Diff line change 67
67
"preversion" : " npm test" ,
68
68
"version" : " npm run -s build" ,
69
69
"postversion" : " git push && git push --tags" ,
70
- "prewatch" : " npm run -s clean" ,
71
70
"watch" : " run-p watch:*" ,
72
71
"watch:tsdown" : " tsdown --watch" ,
73
72
"watch:update-ast" : " wait-on dist/index.js && warun dist/index.js \" test/fixtures/ast/*/*.vue\" -- ts-node scripts/update-fixtures-ast.js"
You can’t perform that action at this time.
0 commit comments