Skip to content

Commit 0ec203d

Browse files
committed
Remove doc generation from the changeset-manifests workflow
We are using it when generating a released version, but it's no longer necessary if we are generating our docsite without committing the autogen pieces.
1 parent a4e532a commit 0ec203d

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)