Skip to content

Commit

Permalink
Merge branch 'release/2.4.53' into craft-webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 25, 2021
2 parents 3a9b6ff + da0cfec commit 761356f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nystudio107/craft Change Log

## 2.4.53 - 2021.12.25
### Fixed
* Fix `node-dev-webpack/Dockerfile` so `npm install` is run

## 2.4.52 - 2021.12.25
### Fixed
* Fix Composer [2.2.0 error](https://getcomposer.org/doc/06-config.md#allow-plugins) by adding `allow-plugins`
Expand Down
2 changes: 2 additions & 0 deletions docker-config/node-dev-webpack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ WORKDIR /var/www/project/buildchain/
# but saves far more time in not having to deal with out of sync versions
# when working with teams or multiple environments
CMD export CPPFLAGS="-DPNG_ARM_NEON_OPT=0" \
&& \
npm install \
&& \
npm run debug

0 comments on commit 761356f

Please sign in to comment.