We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda0c65 commit b2552a3Copy full SHA for b2552a3
package.json
@@ -31,7 +31,8 @@
31
"prettier:fix": "prettier --write .",
32
"build-storybook": "storybook build",
33
"deploy": "npm run build-storybook && gh-pages -d storybook-static",
34
- "release": "npm run prettier:check && npm run test && npm run build && release-it && npm run deploy"
+ "release": "npm run prettier:check && npm run test && npm run build && release-it && npm run deploy",
35
+ "postinstall": "rm -rf dist && npm run build:esm && npm run build:cjs"
36
},
37
"dependencies": {
38
"@types/mustache": "^4.2.5",
0 commit comments