Skip to content

Commit

Permalink
minor change troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
lgainsbrook committed Oct 2, 2024
1 parent 3db1dbe commit ac447b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand Down

0 comments on commit ac447b0

Please sign in to comment.