From 9f531e734daeecaa4f647bc2b52756381eebccd6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 21 Oct 2021 20:12:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20release=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 15f2f65..8a3694d 100644 --- a/package.json +++ b/package.json @@ -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",