1
Fork 0

Fix vite_deploy

This commit is contained in:
Hadeed 2024-06-01 08:42:53 +04:00
parent c25d9aa975
commit 71f6a1edcd
2 changed files with 4 additions and 1 deletions

View file

@ -36,7 +36,9 @@ jobs:
node-version: 20 node-version: 20
cache: 'npm' cache: 'npm'
- name: Install dependencies - name: Install dependencies
run: npm ci run: |
rm package-lock.json
npm install
- name: Build - name: Build
run: npm run build run: npm run build
- name: Setup Pages - name: Setup Pages

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.DS_Store .DS_Store
node_modules/ node_modules/
dist/