Skip to content

Commit

Permalink
feat: Add deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
solidity12 committed Aug 24, 2024
1 parent dbcc9f9 commit 015ff9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@web3modal/ethers": "^5.0.11",
Expand Down

0 comments on commit 015ff9a

Please sign in to comment.