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 13fa50d commit 595d2adCopy full SHA for 595d2ad
package.json
@@ -36,8 +36,7 @@
36
"scripts": {
37
"build": "rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false",
38
"lint": "eslint src/**/*.ts",
39
- "prepare": "npm run build",
40
- "postinstall": "patch-package",
+ "prepare": "npm run build && patch-package",
41
"storybook": "start-storybook -p 6006",
42
"build-storybook": "build-storybook"
43
},
0 commit comments