Skip to content

Commit

Permalink
chore: add changeset script (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Aug 15, 2024
1 parent 9adf980 commit d9ad7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "cross-env NX_DAEMON=false nx run-many -t build --exclude @examples/* --parallel=10",
"build:examples": "cross-env NX_DAEMON=false nx run-many -t build --projects @examples/* --parallel=10",
"change": "changeset",
"changeset": "changeset",
"check-dependency-version": "check-dependency-version-consistency .",
"check-spell": "npx cspell",
"lint": "biome check . --diagnostic-level=warn && pnpm run check-spell",
Expand Down

0 comments on commit d9ad7d8

Please sign in to comment.