mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Removed dev composer dependencies again for smaller production packages
This commit is contained in:
parent
c0a6370544
commit
7f5b6355a2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ gulp.task('build', (done) => {
|
|||
fs.copySync('README.md', 'build/README.md');
|
||||
fs.copySync('LICENSE', 'build/LICENSE');
|
||||
|
||||
execSync('cd build && composer install --no-interaction --no-scripts --optimize-autoloader', function (err, stdout, stderr) {
|
||||
execSync('cd build && composer install --no-interaction --no-dev --no-scripts --optimize-autoloader', function (err, stdout, stderr) {
|
||||
console.log(stdout);
|
||||
console.log(stderr);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue