Skip to content

Commit 9517e7d

Browse files
committed
update code
1 parent 6e165c5 commit 9517e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "node scripts/test.js",
3838
"eslint": "eslint --ext .jsx,.js src --max-warnings=0",
3939
"storybook": "storybook dev -p 6006",
40-
"build-storybook": "storybook build",
40+
"build-storybook": "storybook build -c .storybook -o docs",
4141
"pub:esm": "npm run clean:esm && export BABEL_ENV=node && ./node_modules/.bin/babel src --out-dir es --copy-files",
4242
"pub:lib": "npm run clean:lib && export BABEL_ENV=production && ./node_modules/.bin/babel src --out-dir lib --copy-files",
4343
"pub:umd": "npm run build",

0 commit comments

Comments
 (0)