Skip to content

Commit fb50980

Browse files
committed
workflow: update lockfile in playground before commiting the snapshot [skip ci]
1 parent 7f66a94 commit fb50980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prepublish.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ let { version } = JSON.parse(await fs.readFile('./package.json'))
99
const playgroundDir = path.resolve(__dirname, '../playground/')
1010
cd(playgroundDir)
1111

12+
await $`pnpm install`
1213
await $`git add -A .`
1314
try {
1415
await $`git commit -m "version ${version} snapshot"`

0 commit comments

Comments
 (0)