Skip to content

Commit

Permalink
hotfix: add version command
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 1, 2024
1 parent a67f652 commit cfe8f98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"lint:apply": "biome lint packages/* --apply",
"format": "biome format",
"format:write": "biome format --write",
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run check",
"release": "pnpm build && changeset publish"
},
"keywords": [
"withastro"
],
"keywords": ["withastro"],
"author": "bholmesdev",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit cfe8f98

Please sign in to comment.