We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26135a6 commit d52db42Copy full SHA for d52db42
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"start": "echo 'running start instead of dev'",
8
"create-polyglot": "node ./bin/index.js",
9
- "test": "vitest run",
+ "test": "vitest run && npm run test:cleanup",
10
+ "test:cleanup": "rm -rf test-workspace",
11
"test:watch": "vitest",
12
"coverage": "vitest run --coverage",
13
"prepublishOnly": "npm test",
0 commit comments