1
Fork 0
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:
Steffo 2021-10-21 20:12:04 +02:00
parent c091869fbf
commit 9f531e734d
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -80,6 +80,7 @@
"main": "dist/bluelib-react.js",
"types": "dist/index.d.ts",
"scripts": {
"release": "yarn run package:build && yarn publish && yarn run storybook:deploy",
"package:build": "rollup -c",
"storybook:start": "start-storybook -p 30060 -s public",
"storybook:build": "build-storybook -s public",