Skip to content

Commit

Permalink
Revert "chore: fix"
Browse files Browse the repository at this point in the history
This reverts commit 35df4e6.
  • Loading branch information
geoffgu committed Dec 31, 2024
1 parent 35df4e6 commit 08b0764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:all": "pnpm install --link-workspace-packages true && pnpm run -r build:all && pnpm run typedoc && git restore ./pnpm-lock.yaml",
"build:all-changelog": "pnpm run build:all && pnpm changeset && git push --all",
"changelog": "rm -rf ./docs/CHANGELOG.md && cross-env GEN_ENV=changelog npx ./gen.js && git add . && git commit -m 'doc: add changelog' --no-verify && git push --all",
"release": "pnpm changeset version && pnpm run changelog && pnpm changeset tag && pnpm -r publish",
"release": "pnpm run build:all && pnpm changeset version && pnpm run changelog && pnpm changeset tag && pnpm -r publish",
"release:pre": "pnpm run build:all && pnpm -r publish --dry-run --report-summary --no-git-checks --force"
},
"repository": {
Expand Down

0 comments on commit 08b0764

Please sign in to comment.