Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2a9386

Browse files
authored
chore(postversion): useconst instead oflet (#700)
1 parent0b5d6a0 commitb2a9386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/postversion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $.verbose = true
66
await$`pnpm build`
77
await$`pnpm snapshot`
88

9-
let{ version}=JSON.parse(awaitfs.readFile('./package.json'))
9+
const{ version}=JSON.parse(awaitfs.readFile('./package.json'))
1010

1111
constplaygroundDir=path.resolve(__dirname,'../playground/')
1212
cd(playgroundDir)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp