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.
prepare
prepack
1 parent 2843030 commit 859eeecCopy full SHA for 859eeec
package.json
@@ -43,7 +43,7 @@
43
"format": "prettier --write \"{src,test}/**/*.{js,ts,tsx}\" \"docs/**/*.md\"",
44
"lint": "eslint src test",
45
"lint:fix": "eslint src test --fix",
46
- "prepare": "yarn clean && yarn build",
+ "prepack": "yarn build",
47
"pretest": "yarn lint",
48
"test": "vitest --run --typecheck",
49
"test:watch": "vitest --watch",
0 commit comments