Skip to content

Commit

Permalink
Add missing version command (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored Oct 27, 2023
1 parent 71ca781 commit a7cc407
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 @@ -6,7 +6,8 @@
"dev:docs": "pnpm --filter lunaria-docs dev",
"dev:core": "pnpm --filter @lunariajs/core dev",
"build:core": "pnpm --filter @lunariajs/core build",
"format": "prettier -w --cache --plugin prettier-plugin-astro ."
"format": "prettier -w --cache --plugin prettier-plugin-astro .",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a7cc407

Please sign in to comment.