Skip to content

Commit

Permalink
Fix executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed May 17, 2024
1 parent 7ec5ab4 commit ed3f118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/bundle-opentelemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ for (const mod of packagePaths) {

console.error(`Running tsc build...`);
{
const tsc = new Deno.Command('hack/opentelemetry-js/node_modules/.bin/tsc', {
const tsc = new Deno.Command('node_modules/.bin/tsc', {
args: [ '--build', 'tsconfig.esnext.deno.json' ],
cwd: 'hack/opentelemetry-js',
stdout: 'inherit',
Expand Down

0 comments on commit ed3f118

Please sign in to comment.