From 44c098535921d700516945b8abd961f3d8d554b8 Mon Sep 17 00:00:00 2001 From: Sergey Kaunov Date: Sat, 23 Sep 2023 22:59:30 +0300 Subject: [PATCH] Update npm.yml add few non-obvious steps from --- .github/workflows/npm.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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