diff --git a/package-lock.json b/package-lock.json index 9a8708f36..d5925d038 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32334,7 +32334,7 @@ }, "packages/core": { "name": "@juntossomosmais/atomium", - "version": "0.1.0-alpha.25" + "version": "1.0.0" }, "packages/icons": { "name": "@juntossomosmais/atomium-icons" @@ -32344,7 +32344,7 @@ }, "packages/tokens": { "name": "@juntossomosmais/atomium-tokens", - "version": "0.1.0-alpha.21" + "version": "1.0.0" }, "packages/vue": { "name": "@juntossomosmais/atomium-vue" diff --git a/package.json b/package.json index 28321e01d..d8f0f4373 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,14 @@ "utils/*" ], "scripts": { + "build": "npx nx run-many --target=build --maxParallel=10 --exclude=@atomium/docs-react,@atomium/docs", "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", "lint:pre-commit": "eslint --resolve-plugins-relative-to . -c ./.eslintrc.json $(git diff --cached --name-only --diff-filter=AM | grep -E \"(.js$|.ts$)\") --cache --cache-location node_modules/.cache/eslint", "lint:styles": "stylelint '**/*.scss'", "icons:build": "npx nx build @juntossomosmais/atomium-icons", - "postinstall": "npx nx build @juntossomosmais/atomium:prebuild && npm run icons:build && npm run core:build && npm run tokens:build", + "postinstall": "npx nx build @juntossomosmais/atomium:prebuild", "pre-commit": "lint-staged", "prepare": "husky install", "react:build": "cd packages/react && npm run build",