diff --git a/.scripts/prepare.js b/.scripts/prepare.js index 042fdbd..04741d4 100644 --- a/.scripts/prepare.js +++ b/.scripts/prepare.js @@ -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 -----------------------------------------------------