diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a491d05..799b801 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,7 @@ jobs: node-version-file: '.nvmrc' - name: Run NPM Commands run: | - npm --production=false install - npm --production=false update - npm --production=false prune + npm ci - name: Run Lint run: | npm run lint