Skip to content

Commit ff40dcd

Browse files
committed
chore: add a dedupe step in postversion script
1 parent d8cd82c commit ff40dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postversion.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const playgroundDir = path.resolve(__dirname, '../playground/')
1212
cd(playgroundDir)
1313

1414
await $`pnpm install`
15+
await $`pnpm dedupe`
1516
await $`git add -A .`
1617
try {
1718
await $`git commit -m "version ${version} snapshot"`

0 commit comments

Comments
 (0)