Skip to content

Commit

Permalink
need to run npm install recursivly
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 23, 2024
1 parent d5b8760 commit a26af9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ jobs:
- run: |
git submodule init
GIT_LFS_SKIP_SMUDGE=1 git submodule update --recursive --force
npm install # get the reqs
npm ci
npm run build
working-directory: vendor/o1js
Expand Down

0 comments on commit a26af9b

Please sign in to comment.