a
Some checks failed
Build and Deploy docker container / build (push) Failing after 12s

This commit is contained in:
Jonathan Branan 2024-11-02 20:50:34 -05:00
parent 63b8865cf3
commit 2a7a14b4c2

View File

@ -17,7 +17,9 @@ jobs:
node-version: 22.x
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- run: yarn install
- name: Install Yarn
run: npm install -g yarn
- run: yarn
- run: EXPORT=1 UNOPTIMIZED=1 yarn build
# -