Skip to content

Commit

Permalink
setup gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago MAC committed Jul 20, 2024
1 parent 9430176 commit fa3d03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"predeploy" : "npm run build",
"deploy" : "gh-pages -d build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit fa3d03a

Please sign in to comment.