Skip to content

Commit 4649727

Browse files
committed
fix: resolved issues
1 parent caa05cd commit 4649727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/tools/copy-ast-spec.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function copyFile(
7070

7171
if (process.env.SKIP_AST_SPEC_REBUILD) {
7272
// ensure the package is built
73-
await execAsync('pnpm run', ['build'], { cwd: AST_SPEC_PATH });
73+
await execAsync('pnpm', ['run', 'build'], { cwd: AST_SPEC_PATH });
7474
}
7575

7676
await copyFile('dist', 'ast-spec.ts', code =>

0 commit comments

Comments
 (0)