Skip to content

Commit

Permalink
deployTwo
Browse files Browse the repository at this point in the history
  • Loading branch information
barchakuz committed May 10, 2024
1 parent 1a00ed5 commit 4f01211
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 @@ -7,7 +7,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"predeploy":"npm run build",
"deploy":"gh-pages -d build"
},
"dependencies": {
"clsx": "^2.1.1",
Expand Down

0 comments on commit 4f01211

Please sign in to comment.