Skip to content

Commit 688a578

Browse files
committed
Update lock file after release
1 parent a797159 commit 688a578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format:check": "biome format --error-on-warnings .",
1414
"pretest": "tsc --build",
1515
"test": "npm test -w ./packages",
16-
"version": "changeset version",
16+
"version": "changeset version && npm install",
1717
"release": "gh workflow run release",
1818
"release:local": "npm run build && changeset publish"
1919
},

0 commit comments

Comments
 (0)