mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
🔨 Save storybook-deploy output
This commit is contained in:
parent
afe7413901
commit
0a1c622ce9
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,3 +23,4 @@
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"main": "dist/bluelib-react.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"release": "yarn run package:build && yarn publish && yarn run storybook:deploy",
|
||||
"release": "yarn run package:build && yarn publish && yarn run storybook:deploy 2> storybook-deploy.error.log",
|
||||
"package:build": "rollup -c",
|
||||
"storybook:start": "start-storybook -p 30060 -s public",
|
||||
"storybook:build": "build-storybook -s public",
|
||||
|
|
Loading…
Reference in a new issue