build web github action

This commit is contained in:
Bryan Gerlach
2025-04-15 17:14:38 -05:00
parent 49fd150fe5
commit 4edff33ebd

View File

@@ -35,7 +35,7 @@ jobs:
- name: Build web - name: Build web
shell: bash shell: bash
run: | run: |
pushd flutter/web/js pushd flutter/web/js/v2
npm install yarn -g npm install yarn -g
npm install typescript -g npm install typescript -g
npm install protoc -g npm install protoc -g