diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d773b1..e79db36 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: run: npm cache clean --force - name: Install dependencies - run: npm ci # rather than npm install for continuous integration + run: npm install - name: Build project run: npm run build