Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Zinn <[email protected]>
  • Loading branch information
dpellenwood and LayaTaal authored Jan 8, 2025
1 parent dcd90ed commit 071710c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entr
item (Added, Changed, Depreciated, Removed, Fixed, Security).

## [2025.01]
- Added: Node service to Lando so FE assets can be build automatically on start up.
- Added: Node service to Lando so FE assets can be built automatically on start up.
- Updated: project start up scripts to automatically generate the correct contents of the lcoal config files.
- Updated: script to install WordPress so we can use a version constant and not install WP every time composer is
installed or updated.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maintained by the folks at [Modern Tribe](https://tri.be).

That should be it! After Lando starts the first time, it will automatically create the necessary local config files for
the project. Additionally, each time Lando starts it will automatically run `composer install` and
`npm install && npm run build` make sure all the project dependencies are installed and the theme assets have been
`npm install && npm run build` to make sure all the project dependencies are installed and the theme assets have been
built.

## Documentation
Expand Down

0 comments on commit 071710c

Please sign in to comment.