Skip to content

Commit

Permalink
chore: setup the changset ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
typicalninja committed Oct 20, 2024
1 parent 20cf4c0 commit 380fc59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"prepare": "is-ci || lefthook install"
"prepare": "is-ci || lefthook install",
"ci:publish": "pnpm publish -r --no-git-checks",
"ci:version": "changesets version"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit 380fc59

Please sign in to comment.