mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🔨 Rename eject
→ cra:eject
This commit is contained in:
parent
dc7ff2610a
commit
2c3a875027
1 changed files with 4 additions and 5 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue