Skip to content

Commit

Permalink
Add Vite configuration and GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Balackburn committed Oct 4, 2024
1 parent 632959d commit 86cdc3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"dependencies": {
"vite": "^4.3.9"
}
}
}

0 comments on commit 86cdc3d

Please sign in to comment.