diff --git a/.github/workflows/vite_deploy.yaml b/.github/workflows/vite_deploy.yaml index e4fb9a5..c52f69b 100644 --- a/.github/workflows/vite_deploy.yaml +++ b/.github/workflows/vite_deploy.yaml @@ -36,7 +36,9 @@ jobs: node-version: 20 cache: 'npm' - name: Install dependencies - run: npm ci + run: | + rm package-lock.json + npm install - name: Build run: npm run build - name: Setup Pages diff --git a/.gitignore b/.gitignore index 646ac51..bf56190 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules/ +dist/