mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44: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"
|
"babel-loader": "8.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "react-scripts test",
|
"cra:eject": "react-scripts eject",
|
||||||
"eject": "react-scripts eject",
|
"storybook:start": "start-storybook -p 30060 -s public",
|
||||||
"start": "start-storybook -p 30060 -s public",
|
"storybook:build": "build-storybook -s public",
|
||||||
"build": "build-storybook -s public",
|
"storybook:deploy": "storybook-to-ghpages"
|
||||||
"deploy": "storybook-to-ghpages"
|
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Reference in a new issue