Skip to content

Commit

Permalink
chore: update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored and sibbng committed Jul 13, 2022
1 parent 45399c9 commit bfb8d08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
"release:prepare": "npm run build:types && npm run update",
"size": "esno scripts/export-size.ts",
"test": "vitest",
<<<<<<< HEAD
"test:2": "vue-demi-switch 2.7 vue2 && vitest run --silent",
=======
"test:2": "vue-demi-switch 2 vue2 && vitest run --silent",
>>>>>>> b6540c0a (chore: update test command)
"test:3": "vue-demi-switch 3 && vitest run",
"test:all": "nr test:3 && nr test:2 && vue-demi-switch 3",
"test:watch": "vitest --watch",
"typecheck": "tsc --noEmit",
"types:fix": "esno scripts/fix-types.ts",
"update": "nr -C packages/metadata update && esno scripts/update.ts",
Expand Down

0 comments on commit bfb8d08

Please sign in to comment.