update build.yaml
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m1s

This commit is contained in:
whysman 2025-02-21 16:29:29 -05:00
parent 2f4c31eb25
commit 16ea7d0003

View File

@ -24,11 +24,9 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Install Dependencies - name: Install Dependencies
working-directory: ./pogdark-app
run: npm install run: npm install
- name: Build - name: Build
working-directory: ./pogdark-app
run: expo export --platform web run: expo export --platform web
- name: List Directory - name: List Directory