Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Feb 19, 2024
1 parent 5315437 commit 2dc8a0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"type": "module",
"scripts": {
"clear": "rm -rf node_modules",
"dev": "vite --base='/'",
"deploy": "yarn run build && gh-pages -d build",
"build": "vite --base='/frontpage/' build",
"build:production": "tsc && vite build --base='/'",
"dev": "vite --base='./'",
"deploy": "gh-pages -d build",
"build": "vite --base='./frontpage/' build",
"build:production": "vite build --base='./'",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 && prettier --check .",
"lint:fix": "eslint . --ext ts,tsx --fix && prettier --write ."
},
Expand Down

0 comments on commit 2dc8a0a

Please sign in to comment.