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 6e165c5 commit 9517e7dCopy full SHA for 9517e7d
package.json
@@ -37,7 +37,7 @@
37
"test": "node scripts/test.js",
38
"eslint": "eslint --ext .jsx,.js src --max-warnings=0",
39
"storybook": "storybook dev -p 6006",
40
- "build-storybook": "storybook build",
+ "build-storybook": "storybook build -c .storybook -o docs",
41
"pub:esm": "npm run clean:esm && export BABEL_ENV=node && ./node_modules/.bin/babel src --out-dir es --copy-files",
42
"pub:lib": "npm run clean:lib && export BABEL_ENV=production && ./node_modules/.bin/babel src --out-dir lib --copy-files",
43
"pub:umd": "npm run build",
0 commit comments