diff --git a/shipitfile.js b/shipitfile.js index e0e342b..b87820c 100644 --- a/shipitfile.js +++ b/shipitfile.js @@ -23,7 +23,7 @@ module.exports = shipit => { // JS shipit.blTask('install-js-deps', () => { - return shipit.remote(dockerApp + 'yarn install --production', options()); + return shipit.remote(dockerApp + 'yarn install', options()); }); shipit.blTask('build-js', ['install-js-deps'], () => {