Skip to content

Commit

Permalink
Merge pull request #37 from plume-sig/GA_NPMwf_correction
Browse files Browse the repository at this point in the history
Fix npm.yml
  • Loading branch information
skaunov authored Sep 23, 2023
2 parents 1484d6a + 44c0985 commit fd27144
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
node-version: 18
- run: |
cd circuits
cd javascript
npm install
npm test
cd ../circuits
npm install
npm run flatten-deps && npm run test

0 comments on commit fd27144

Please sign in to comment.