From 087a7ed9843132fbd8c755e4b5d94540f2aa423e Mon Sep 17 00:00:00 2001 From: felipefialho Date: Mon, 31 Jul 2023 16:53:14 -0300 Subject: [PATCH] chore: change build cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8f0f4373..682b97e40 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "utils/*" ], "scripts": { - "build": "npx nx run-many --target=build --maxParallel=10 --exclude=@atomium/docs-react,@atomium/docs", + "build": "npm run core:build && npm run react:build && npm run icons:build && npm run tokens:build", "core:build": "npx nx build @juntossomosmais/atomium && npm run react:build", "docs:build": "npx nx build @atomium/docs && npx nx build @atomium/docs-react", "docs-react:start": "npx nx run @atomium/docs-react:start",