diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c8f8b8b0..7df3b8815 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