- Checkout Project Root
git clone m2c/m2c
Must contain:
composer.json
auth.json.encrypted
- Build Backend Dist
ansible-vault --output=auth.json decrypt auth.json.encrypted
composer update
- Build Frontend Dist
yarn --frozen-lockfile
yarn build
git clone m2c/m2c
Must contain:
composer.json
auth.json.encrypted
ansible-vault --output=auth.json decrypt auth.json.encrypted
composer update
yarn --frozen-lockfile
yarn build