diff --git a/.github/workflows/build-push-next.yml b/.github/workflows/build-push-next.yml index 73ffb24..71d31db 100644 --- a/.github/workflows/build-push-next.yml +++ b/.github/workflows/build-push-next.yml @@ -44,8 +44,8 @@ jobs: - name: Update Dependencies run: npx --yes npm-check-updates -u - #- name: Install Dependencies - #run: npm install + - name: Install Dependencies + run: npm install #- name: Build Project with Vite #run: npm run build