Update npm.yml

add few non-obvious steps from <README.md>
This commit is contained in:
Sergey Kaunov
2023-09-23 22:59:30 +03:00
committed by GitHub
parent 1484d6a30c
commit 44c0985359

View File

@@ -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