switches order of bundle and build in yarn all command

This commit is contained in:
Quinn Dougherty 2022-03-24 18:40:46 -04:00
parent 9a751c82cf
commit e836520b9f

View File

@ -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": [