Skip to content

Commit

Permalink
fix deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Dec 17, 2024
1 parent 8aa14f0 commit f8eb04f
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"version": "2.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && npm run schema && vite build ",
"preview": "vite preview",
Expand Down Expand Up @@ -51,6 +53,7 @@
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.11",
"autoprefixer": "^10.4.20",
"gh-pages": "^6.2.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit f8eb04f

Please sign in to comment.