run npm i in github action

This commit is contained in:
ading2210 2024-11-04 16:53:10 -05:00
parent 4ff2d179b0
commit c660c532ec
3 changed files with 509 additions and 7 deletions

View file

@ -18,7 +18,9 @@ jobs:
- name: run build
working-directory: ./client
run: ./build.sh all
run: |
npm i
./build.sh all
- name: upload img
uses: actions/upload-artifact@v4