Skip to content

Commit

Permalink
Avoid parcel build on linux, and don't log as much, see phetsims/aqua…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Feb 18, 2025
1 parent d07a2f4 commit 5e68fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/scripts/scenerystack-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import puppeteerLoad from '../common/puppeteerLoad.js';
import npmCommand from '../common/npmCommand.js';
import os from 'os';

winston.default.transports.console.level = 'debug';
winston.default.transports.console.level = 'error';

const SKIP_REFRESH = false;

Expand Down Expand Up @@ -270,7 +270,7 @@ const npxCommand = process.platform.startsWith( 'win' ) ? 'npx.cmd' : 'npx';
}

// build
{
if ( os.platform() !== 'linux' ) {
console.log( `parcel build ${repo}` );
await parcelBuild( `./.scenerystack/${repo}` );
console.log( 'built' );
Expand Down

0 comments on commit 5e68fe8

Please sign in to comment.