Skip to content

Commit

Permalink
Fix typo in package.json script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 25, 2024
1 parent 0abc13b commit a062fcb
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 @@ -29,7 +29,7 @@
"ci:install": "pnpm install --frozen-lockfile",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"ci:snapshot": "pnpx pkg-pr-new publish --pnpm --compact './packages/*'"
"ci:snapshot": "pnpx pkg-pr-new publish --pnpm './packages/*'"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit a062fcb

Please sign in to comment.