5.4.0
What's Changed
You can now add the following to your project's squareone.yml to skip frontend building when running so bootstrap
if the project isn't exactly Square One compatible or uses different build tools:
# Build options for this project
build:
# Skip building frontend with "so bootstrap"
skip-fe: true
Full Changelog: 5.3.1...5.4.0