Skip to content

Commit

Permalink
chore: update lockfile on version change
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Nov 8, 2024
1 parent 938c4cf commit 82f10df
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 @@ -22,7 +22,7 @@
"test:e2e": "turbo run test:e2e",
"format": "prettier --write \"**/*.{ts,tsx,md,vue}\"",
"version": "changeset version",
"postversion": "pnpm run versionReadme",
"postversion": "pnpm i && pnpm run versionReadme",
"versionReadme": "esno scripts/addChangelogBodyToReadmeFile.ts",
"prepare": "husky",
"generate-types": "turbo run generate-types",
Expand Down

0 comments on commit 82f10df

Please sign in to comment.