We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f66a94 commit fb50980Copy full SHA for fb50980
scripts/prepublish.mjs
@@ -9,6 +9,7 @@ let { version } = JSON.parse(await fs.readFile('./package.json'))
9
const playgroundDir = path.resolve(__dirname, '../playground/')
10
cd(playgroundDir)
11
12
+await $`pnpm install`
13
await $`git add -A .`
14
try {
15
await $`git commit -m "version ${version} snapshot"`
0 commit comments