diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c8f8b8b..7df3b881 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,5 +11,5 @@ jobs: with: node-version: 16 cache: "npm" - - run: npm install && cd repl && npm install + - run: npm ci && cd repl && npm ci && cd ../tutorial && npm ci - run: npm run build