Skip to content

Commit

Permalink
Fix build script for Firefox [minor] (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxw42 committed Apr 13, 2019
1 parent a74364e commit a4f6e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brunch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ me.overrides.firefox = {
onCompile: ()=>{
console.log('Making public-ff tree');
try {
child_process.execSync('node ffize.js');
child_process.execSync('node tools/ffize.js');
console.log('done');
} catch(error) {
console.error(error);
Expand Down

0 comments on commit a4f6e27

Please sign in to comment.