From e836520b9f4a2036a7ffebe55ee5ab82ba43fe50 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Thu, 24 Mar 2022 18:40:46 -0400 Subject: [PATCH] switches order of bundle and build in yarn all command --- packages/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/package.json b/packages/components/package.json index 64b82526..b480e4ed 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -29,7 +29,7 @@ "start": "cross-env REACT_APP_FAST_REFRESH=false && start-storybook -p 6006 -s public", "build": "build-storybook -s public", "bundle": "tsc && webpack", - "all": "yarn build && yarn bundle" + "all": "yarn bundle && yarn build" }, "eslintConfig": { "extends": [