Skip to content

Commit 4de6444

Browse files
authored
chore: install deps after changeset version (#294)
1 parent 522b2d7 commit 4de6444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build",
1313
"validate": "pnpm typecheck && pnpm lint && pnpm test",
1414
"link-packages": "node ./scripts/linkPackages.mjs",
15-
"version": "changeset version && ./scripts/update-template-dependencies.sh",
15+
"version": "changeset version && ./scripts/update-template-dependencies.sh && pnpm install --no-frozen-lockfile",
1616
"publish:npm": "./scripts/npm-publish.sh",
1717
"verdaccio:init": "node ./scripts/verdaccio-init.mjs",
1818
"verdaccio:publish": "node ./scripts/verdaccio-publish.mjs",

0 commit comments

Comments
 (0)