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 60e9144 commit 2dd44b3Copy full SHA for 2dd44b3
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