Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit f5a452b

Browse files
committed
--pkg-fallback for verify.js
1 parent 23f04a8 commit f5a452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/verify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ const script = `
6262

6363
export async function verify (local) {
6464
await plusx(local);
65-
await spawn(local, [ '-e', script ]);
65+
await spawn(local, [ '--pkg-fallback', '-e', script ]);
6666
}

0 commit comments

Comments
 (0)