Skip to content

Commit 7872de2

Browse files
committed
Update storybook
1 parent fdaabcb commit 7872de2

File tree

7 files changed

+2
-189
lines changed

7 files changed

+2
-189
lines changed

docs/favicon.ico

-4.19 KB
Binary file not shown.

docs/iframe.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/sb_dll/storybook_ui-manifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/sb_dll/storybook_ui_dll.LICENCE

Lines changed: 0 additions & 111 deletions
This file was deleted.

docs/sb_dll/storybook_ui_dll.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"build": "node_modules/.bin/webpack && npm run bundlewatch",
1515
"bundlewatch": "bundlewatch --config ./bundlewatch.config.js",
1616
"storybook": "start-storybook -p 6006",
17-
"build-storybook": "del-cli docs && build-storybook -c .storybook -o docs"
17+
"build-storybook": "del-cli docs && build-storybook -c .storybook -o docs",
18+
"prepublishOnly": "npm run build-storybook"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)