Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
add few non-obvious steps from <README.md>
  • Loading branch information
skaunov authored Sep 23, 2023
1 parent 1484d6a commit 44c0985
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 44c0985

Please sign in to comment.