Skip to content

Commit

Permalink
Unused: Removed package.json github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSemke committed Jun 25, 2024
1 parent d80fa6a commit b8c10ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.3",
Expand Down

0 comments on commit b8c10ee

Please sign in to comment.