We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03be25b commit e77a64dCopy full SHA for e77a64d
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"test": "vitest run",
25
"test:watch": "vitest",
26
"clean": "rm -rf dist",
27
- "prepublishOnly": "npm run clean && npm run build && npm run test:run"
+ "prepublishOnly": "npm run clean && npm run build && npm run test"
28
},
29
"keywords": [
30
"typescript",
0 commit comments