Skip to content

Commit

Permalink
Update package.json to add export and deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobotis committed Sep 9, 2024
1 parent 92e2a63 commit 2ca993f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
"export": "next build && touch out/.nojekyll",
"deploy": "gh-pages -d out -t true"
},
"dependencies": {
"next": "^14.2.8",
Expand Down

0 comments on commit 2ca993f

Please sign in to comment.