Skip to content

Commit

Permalink
Merge pull request #114 from netlify-templates/npm-update
Browse files Browse the repository at this point in the history
updated package.json
  • Loading branch information
TomasBankauskas authored Apr 12, 2024
2 parents 3c0ffd4 + 5ff90cb commit 9b085fa
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 @@ -5,7 +5,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"next": "^14.1.4",
Expand Down

0 comments on commit 9b085fa

Please sign in to comment.