Skip to content

Commit 96182bf

Browse files
committed
👌 IMPROVE: Scripts
1 parent f5cb591 commit 96182bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"changeset": "changeset",
1212
"publint": "turbo publint",
1313
"type-check": "turbo type-check",
14-
"version-packages": "changeset version",
14+
"version-packages": "changeset version && pnpm clean-examples && pnpm install --no-frozen-lockfile",
1515
"clean": "turbo clean",
1616
"xclean": "turbo clean && rm -rf node_modules",
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
@@ -22,7 +22,7 @@
2222
"prettier-fix": "prettier --write \"**/*.{js,ts,tsx,md,mdx}\"",
2323
"devv": "turbo dev --no-cache --concurrency 16 --continue",
2424
"ci:release": "turbo clean && turbo build && changeset publish",
25-
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
25+
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs",
2626
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)