Skip to content

Commit fe0ad35

Browse files
committed
chore: remove invalid script
1 parent 78a3e85 commit fe0ad35

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ The `npm install` command installs dependencies.
326326
- `npm test` runs tests and measures coverage.
327327
- `npm run build` compiles TypeScript source code to `index.js`, `index.js.map`, and `index.d.ts` in `dist`.
328328
- `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`.
330329
- `npm run lint` runs ESLint.
331330
- `npm run update-fixtures` updates files in `test/fixtures/ast` directory based on `test/fixtures/ast/*/source.vue` files.
332331
- `npm run watch` runs `build`, `update-fixtures`, and tests with `--watch` option.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"preversion": "npm test",
6868
"version": "npm run -s build",
6969
"postversion": "git push && git push --tags",
70-
"prewatch": "npm run -s clean",
7170
"watch": "run-p watch:*",
7271
"watch:tsdown": "tsdown --watch",
7372
"watch:update-ast": "wait-on dist/index.js && warun dist/index.js \"test/fixtures/ast/*/*.vue\" -- ts-node scripts/update-fixtures-ast.js"

0 commit comments

Comments
 (0)