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 b0b3e38 commit aee927dCopy full SHA for aee927d
package.json
@@ -15,7 +15,7 @@
15
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
16
"pretest": "npm run build",
17
"test": "echo \"It built ok, that'll do for now\"",
18
- "prepack": "npm run build",
+ "prepare": "npm run build",
19
"storybook": "start-storybook -p 6006",
20
"build-storybook": "build-storybook -o examples"
21
},
0 commit comments