Skip to content

Commit

Permalink
"deploy": "gh-pages -d dist" - remove
Browse files Browse the repository at this point in the history
  • Loading branch information
faaizmahmood committed Sep 22, 2024
1 parent e528e82 commit 6149e77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"predeploy": "npm run build"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
Expand Down

0 comments on commit 6149e77

Please sign in to comment.