Adobe Commerce Cloud - Set up Magepack
Goal
The goal is to use Magepack on the ACC instance.
Steps
Default hooks build configuration looks like the following:
File: .magento.app.yaml
hooks:
# We run build hooks before your application has been packaged.
build: |
set -e
...
sydorenko.hashnode.dev1 min read
Nabeel Ahmed
[2024-02-07T13:54:18.943759+00:00] NOTICE: Skipping static content deploy: No stores/website/locales found in config.php [2024-02-07T13:54:18.943937+00:00] INFO: Scenario(s) finished ℹ Using bundling config from "/app/magepack.config.js". W: W: ERROR No locales found! Make sure magepack is running after static content is deployed. how to fix this error