Skip to content

Commit

Permalink
fix getBrands import, #1489
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Oct 18, 2024
1 parent 1596ec2 commit 8b4b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/tasks/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

import assert from 'assert';
import * as grunt from 'grunt';
import getBrands from '../../../../perennial-alias/js/grunt/tasks/util/getBrands';
import getOption from '../../../../perennial-alias/js/grunt/tasks/util/getOption';
import getRepo from '../../../../perennial-alias/js/grunt/tasks/util/getRepo';
import IntentionalAny from '../../../../phet-core/js/types/IntentionalAny.js';
Expand All @@ -40,7 +41,6 @@ const fs = require( 'fs' );
const getPhetLibs = require( '../getPhetLibs' );
const phetTimingLog = require( '../../../../perennial-alias/js/common/phetTimingLog' );
const Transpiler = require( '../../common/Transpiler' );
const getBrands = require( '../../../../perennial-alias/js/grunt/tasks/util/getBrands' );

const repo = getRepo();

Expand Down

0 comments on commit 8b4b9be

Please sign in to comment.