Skip to content

Commit

Permalink
Always building justified-layout in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Aug 25, 2021
1 parent c258046 commit dc81a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ gulp.task( 'build:deps:npm:imagesloaded', function () {
gulp.task(
'build:deps:npm:justified-layout',
gulp.series(
shell.task( [ 'npm install' ], {
shell.task( [ 'npm install --production=false' ], {
cwd: 'node_modules/justified-layout',
} ),
function () {
Expand Down

0 comments on commit dc81a3b

Please sign in to comment.