Skip to content

Commit 84ea6e1

Browse files
Rename docs:generate to build-api-docs
1 parent 477c85a commit 84ea6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"shopify:run": "node packages/cli/bin/dev.js",
1010
"create-app": "nx build create-app && cross-env SHOPIFY_FLAG_PACKAGE_MANAGER=npm node packages/create-app/bin/dev.js",
1111
"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",
1313
"lint": "nx run-many --target=lint --all --skip-nx-cache",
1414
"lint:affected": "nx affected --target=lint",
1515
"lint:fix": "nx run-many --target=lint:fix --all --skip-nx-cache",
@@ -26,7 +26,7 @@
2626
"build:affected": "nx affected --target=build",
2727
"refresh-templates": "nx run-many --target=refresh-templates --all --skip-nx-cache",
2828
"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",
3030
"changeset-build-no-docs": "changeset version && pnpm install --no-frozen-lockfile && pnpm build && bin/update-cli-kit-version.js",
3131
"refresh-code-documentation": "nx run-many --target=refresh-code-documentation --all --skip-nx-cache",
3232
"refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache",

0 commit comments

Comments
 (0)