Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
bompi88 committed Nov 6, 2017
1 parent 64d6a97 commit 1105788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo('-----> Building bundle from Meteor app, this may take a few minutes...'.ye
cd(base);

const meteorCommand = (onWindows === true) ? 'meteor' : 'meteor';
exec(meteorCommand + ' build --verbose --debug --directory .bundle');
exec(meteorCommand + ' build --verbose --directory .bundle');


// -- Remove node_modules inside meteor bundle -----------------------------------------------------
Expand Down

0 comments on commit 1105788

Please sign in to comment.