Skip to content

Commit

Permalink
chore(workflow): use disallow-major-changeset to check changeset (#736
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chenjiahan authored Jan 27, 2025
1 parent ea282c1 commit 413aef4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 398 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"changeset": "changeset",
"bump": "changeset version",
"check-spell": "npx cspell",
"check-changeset": "cd ./scripts/check-changeset && pnpm start",
"check-changeset": "pnpx disallow-major-changeset",
"check-dependency-version": "check-dependency-version-consistency .",
"dev:doc": "cd packages/document && pnpm run dev",
"e2e": "cd ./e2e && cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm test",
Expand Down
Loading

0 comments on commit 413aef4

Please sign in to comment.