Skip to content

Commit

Permalink
Fixed justified-layout not being built
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Mar 27, 2022
1 parent 70493b6 commit 108c058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ gulp.task(
shell.task( [ 'npm install --production=false' ], {
cwd: 'node_modules/justified-layout',
} ),
shell.task( [ 'npm run build' ], {
cwd: 'node_modules/justified-layout',
} ),
function () {
return gulp
.src(
Expand Down

0 comments on commit 108c058

Please sign in to comment.