We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cd82c commit ff40dcdCopy full SHA for ff40dcd
scripts/postversion.mjs
@@ -12,6 +12,7 @@ const playgroundDir = path.resolve(__dirname, '../playground/')
12
cd(playgroundDir)
13
14
await $`pnpm install`
15
+await $`pnpm dedupe`
16
await $`git add -A .`
17
try {
18
await $`git commit -m "version ${version} snapshot"`
0 commit comments