Skip to content

Commit

Permalink
add export command
Browse files Browse the repository at this point in the history
  • Loading branch information
swve committed May 28, 2022
1 parent 0e19afb commit 3d663d8
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": {
"@emotion/react": "^11.9.0",
Expand Down

0 comments on commit 3d663d8

Please sign in to comment.