Skip to content

Commit cfe8f98

Browse files
committed
hotfix: add version command
1 parent a67f652 commit cfe8f98

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
"lint:apply": "biome lint packages/* --apply",
1414
"format": "biome format",
1515
"format:write": "biome format --write",
16+
"version": "changeset version && pnpm install --no-frozen-lockfile && pnpm run check",
1617
"release": "pnpm build && changeset publish"
1718
},
18-
"keywords": [
19-
"withastro"
20-
],
19+
"keywords": ["withastro"],
2120
"author": "bholmesdev",
2221
"license": "MIT",
2322
"devDependencies": {

0 commit comments

Comments
 (0)