4.1.1
What's Changed
- DEV-70: Update install node dependencies task in the build by @byrond in #238
- DEV-74: Remove standard profile after installing the-build by @byrond in #239
Note: phing drupal-first-install
(used in the the-build-installer
script) now requires Drupal core 10.3 or greater, but palantirnet/the-build
as a whole is still backwards compatible with other versions of Drupal 10.
Full Changelog: 4.1.0...4.1.1
Updating to this release
- If you're running eslint based on Drupal core:
- Update your project's package.json to specify the required packages explicitly: https://github.com/palantirnet/drupal-skeleton/pull/160/files
- Update your project's build.xml to update how the eslint command is run, and how NodeJS dependencies are installed: defaults/install/build.xml
- Optionally update build caching in your CircleCI config: defaults/install/.circleci/config.yml