Remove changes to vitest script

pull/9548/head
Albert Marashi 3 years ago
parent 60604a80e5
commit 1a5adce9cd

@ -76,7 +76,7 @@
"scripts": {
"format": "prettier . --cache --plugin-search-dir=. --write",
"check": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run && echo \"manually check that there are no type errors in test/types by opening the files in there\"",
"build": "rollup -c && pnpm types",
"generate:version": "node ./scripts/generate-version.js",
"dev": "rollup -cw",

Loading…
Cancel
Save