switches order of bundle and build in yarn all command
This commit is contained in:
parent
9a751c82cf
commit
e836520b9f
|
@ -29,7 +29,7 @@
|
||||||
"start": "cross-env REACT_APP_FAST_REFRESH=false && start-storybook -p 6006 -s public",
|
"start": "cross-env REACT_APP_FAST_REFRESH=false && start-storybook -p 6006 -s public",
|
||||||
"build": "build-storybook -s public",
|
"build": "build-storybook -s public",
|
||||||
"bundle": "tsc && webpack",
|
"bundle": "tsc && webpack",
|
||||||
"all": "yarn build && yarn bundle"
|
"all": "yarn bundle && yarn build"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user