Skip to content

Commit 7237405

Browse files
authored
Merge pull request #5271 from Shopify/no-more-committed-docs-part-3
Remove doc generation from the changeset-manifests workflow
2 parents 4a2ca0e + 0ec203d commit 7237405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-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-documentation && bin/update-cli-kit-version.js",
3030
"changeset-build-no-docs": "changeset version && pnpm install --no-frozen-lockfile && pnpm build && bin/update-cli-kit-version.js",
3131
"refresh-documentation": "nx run-many --target=refresh-documentation --all --skip-nx-cache",
3232
"refresh-readme": "nx run-many --target=refresh-readme --all --skip-nx-cache",

0 commit comments

Comments
 (0)