Skip to content

Commit

Permalink
chore: update changeset script
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Jan 31, 2024
1 parent 49d09a0 commit 24e2a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lint:fix": "eslint ./packages/* --fix",
"type-check": "tsc --noEmit",
"project-graph": "nx graph",
"changeset": "npm run build && npx changeset",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"example": "npm run build && pnpm -F example dev"
Expand Down Expand Up @@ -66,4 +67,4 @@
"@changesets/cli": "^2.26.2",
"eslint-plugin-react": "^7.33.2"
}
}
}

0 comments on commit 24e2a46

Please sign in to comment.