diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 8408d1a..4eb3c7e 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -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