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 dec4b3b commit e8ce0cdCopy full SHA for e8ce0cd
package.json
@@ -11,7 +11,7 @@
11
"clean": "rimraf lib",
12
"prebuild": "yarn clean",
13
"build": "tsc --project tsconfig.json",
14
- "prepublishOnly": "yarn build && yarn test",
+ "prepublishOnly": "yarn build && yarn test --run",
15
"test": "vitest",
16
"format": "prettier --write .",
17
"prepare": "husky install"
0 commit comments