Skip to content

Commit

Permalink
chore: change build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jul 31, 2023
1 parent 27e6caf commit 087a7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 087a7ed

Please sign in to comment.