|
9 | 9 | "shopify:run": "node packages/cli/bin/dev.js", |
10 | 10 | "create-app": "nx build create-app && cross-env SHOPIFY_FLAG_PACKAGE_MANAGER=npm node packages/create-app/bin/dev.js", |
11 | 11 | "clean": "nx run-many --target=clean --all --skip-nx-cache && nx reset", |
12 | | - "docs:generate": "nx run-many --target=docs:generate --all --skip-nx-cache", |
| 12 | + "build-api-docs": "nx run-many --target=docs:generate --all --skip-nx-cache", |
13 | 13 | "lint": "nx run-many --target=lint --all --skip-nx-cache", |
14 | 14 | "lint:affected": "nx affected --target=lint", |
15 | 15 | "lint:fix": "nx run-many --target=lint:fix --all --skip-nx-cache", |
|
26 | 26 | "build:affected": "nx affected --target=build", |
27 | 27 | "refresh-templates": "nx run-many --target=refresh-templates --all --skip-nx-cache", |
28 | 28 | "refresh-manifests": "nx run-many --target=refresh-manifests --all --skip-nx-cache && bin/prettify-manifests.js && pnpm refresh-readme", |
29 | | - "changeset-manifests": "changeset version && pnpm install --no-frozen-lockfile && pnpm refresh-manifests && pnpm refresh-readme && pnpm refresh-code-documentation && bin/update-cli-kit-version.js && pnpm docs:generate", |
| 29 | + "changeset-manifests": "changeset version && pnpm install --no-frozen-lockfile && pnpm refresh-manifests && pnpm refresh-readme && pnpm refresh-code-documentation && bin/update-cli-kit-version.js && pnpm build-api-docs", |
30 | 30 | "changeset-build-no-docs": "changeset version && pnpm install --no-frozen-lockfile && pnpm build && bin/update-cli-kit-version.js", |
31 | 31 | "refresh-code-documentation": "nx run-many --target=refresh-code-documentation --all --skip-nx-cache", |
32 | 32 | "refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache", |
|
0 commit comments