mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-14 06:50:00 -04:00
run npm i in github action
This commit is contained in:
parent
4ff2d179b0
commit
c660c532ec
3 changed files with 509 additions and 7 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue