Skip to content

Commit

Permalink
use tsc runnable from perennial-alias, phetsims/perennial#364
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 79fa119 commit 570086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts/absolute-tsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if ( !args || args.length === 0 ) {

// console.log( 'changes detected...' );

const results = await execute( 'node', [ `${__dirname}/../../../chipper/node_modules/typescript/bin/tsc`, '-b' ], args[ 0 ], {
const results = await execute( 'node', [ `${__dirname}/../../../perennial-alias/node_modules/typescript/bin/tsc`, '-b' ], args[ 0 ], {
errors: 'resolve'
} );

Expand Down

0 comments on commit 570086d

Please sign in to comment.