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 7d8a848 commit 91b6c47Copy full SHA for 91b6c47
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