Skip to content

Commit

Permalink
Configure React app for deployment to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Magnago committed May 13, 2024
1 parent f17a58b commit b409ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "toggle-device",
"private": true,
"version": "1.0.2",
"homepage": "https://gusmagnago.github.io/device-toggle-chrome-ext/",
"homepage": "https://gusmagnago.github.io/device-toggle-chrome-ext",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit b409ed9

Please sign in to comment.