We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const
let
1 parent 0b5d6a0 commit b2a9386Copy full SHA for b2a9386
scripts/postversion.mjs
@@ -6,7 +6,7 @@ $.verbose = true
6
await $`pnpm build`
7
await $`pnpm snapshot`
8
9
-let { version } = JSON.parse(await fs.readFile('./package.json'))
+const { version } = JSON.parse(await fs.readFile('./package.json'))
10
11
const playgroundDir = path.resolve(__dirname, '../playground/')
12
cd(playgroundDir)
0 commit comments