diff --git a/package.json b/package.json index 4aaf38317..5e2c7dd55 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "lint": "nx lint", "format:check": "nx format", "format:write": "nx format:write", - "ghpages:deploy": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build docs-app -- --base-href=/covalent/$VERSION/ && bash scripts/ghpages-deploy $VERSION", - "tokens:generate": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build tokens && bash scripts/tokens-generate $VERSION", + "ghpages:deploy": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && nx build docs-app -- --base-href=/covalent/$VERSION/ && bash scripts/ghpages-deploy $VERSION", + "tokens:generate": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && nx build tokens && bash scripts/tokens-generate $VERSION", "release:prepare": "npx nx run-many --target=build --all && node ./scripts/version-placeholder ./dist", "style-dictionary": "cd libs/tokens && style-dictionary build", "storybook": "storybook dev -c libs/components/.storybook",