Skip to content

Commit

Permalink
Change build to dist made in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thecuriousteam committed Oct 4, 2023
1 parent d9af838 commit 58951d8
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 @@ -6,8 +6,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"predeploy": "npm run dist",
"deploy": "gh-pages -d dist",
"build": "vite build",
"preview": "vite preview"
},
Expand Down

0 comments on commit 58951d8

Please sign in to comment.