mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🔨 Add release script
This commit is contained in:
parent
c091869fbf
commit
9f531e734d
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
"main": "dist/bluelib-react.js",
|
"main": "dist/bluelib-react.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"release": "yarn run package:build && yarn publish && yarn run storybook:deploy",
|
||||||
"package:build": "rollup -c",
|
"package:build": "rollup -c",
|
||||||
"storybook:start": "start-storybook -p 30060 -s public",
|
"storybook:start": "start-storybook -p 30060 -s public",
|
||||||
"storybook:build": "build-storybook -s public",
|
"storybook:build": "build-storybook -s public",
|
||||||
|
|
Loading…
Reference in a new issue