Skip to content

Commit 88beb9c

Browse files
fix: fix silly type bug
1 parent 62738c5 commit 88beb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function postinstall(dir) {
2020
log('parser already exists, skipping build')
2121
return
2222
}
23-
const prebuild = resolvePrebuild()
23+
const prebuild = resolvePrebuild(dir)
2424
if (prebuild) {
2525
log('copying prebuild parser')
2626
fs.copyFileSync(prebuild, parser)

0 commit comments

Comments
 (0)