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 31e5bc7 commit 080a859Copy full SHA for 080a859
package.json
@@ -26,8 +26,7 @@
26
"test:run": "vitest run",
27
"test:coverage": "vitest run --coverage",
28
"test:e2e": "node e2e/test-cross-env.js && node e2e/test-cross-env-shell.js",
29
- "validate": "npm run build && npm run typecheck && npm run lint && npm run format:check && npm run test:run",
30
- "prepublishOnly": "npm run validate"
+ "validate": "npm run build && npm run typecheck && npm run lint && npm run format:check && npm run test:run"
31
},
32
"files": [
33
"dist"
0 commit comments