Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-3.25.0
  • Loading branch information
ericcornelissen authored Apr 16, 2024
2 parents e98a0b6 + 00f52cb commit c1626df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/_common.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ export function npm(argv) {
return cp.spawn(npmCmd, argv, {
cwd: projectRoot,
stdio: "inherit",
shell: true,
});
}

export function npmSync(argv) {
return cp.spawnSync(npmCmd, argv, {
cwd: projectRoot,
encoding: "utf-8",
shell: true,
});
}

0 comments on commit c1626df

Please sign in to comment.