Skip to content

Commit 5798195

Browse files
authored
[Fix] Reset extension (#1196)
* fix reset extension build script * pnpm exec
1 parent f9f1fe6 commit 5798195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildResetExtension.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (existsSync(resetExtensionScript)) {
1313
const result = spawnSync(
1414
command,
1515
[
16-
'run',
16+
'exec',
1717
'pkg',
1818
resetExtensionScript,
1919
'--out-path',

0 commit comments

Comments
 (0)