From 2c3a875027aa7992fc0a9ef220103493869d6fa9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 25 Aug 2021 20:48:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Rename=20`eject`=20=E2=86=92=20`?= =?UTF-8?q?cra:eject`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b30ce9..aefba37 100644 --- a/package.json +++ b/package.json @@ -58,11 +58,10 @@ "babel-loader": "8.1.0" }, "scripts": { - "test": "react-scripts test", - "eject": "react-scripts eject", - "start": "start-storybook -p 30060 -s public", - "build": "build-storybook -s public", - "deploy": "storybook-to-ghpages" + "cra:eject": "react-scripts eject", + "storybook:start": "start-storybook -p 30060 -s public", + "storybook:build": "build-storybook -s public", + "storybook:deploy": "storybook-to-ghpages" }, "browserslist": { "production": [