Skip to content

Commit

Permalink
build: add export script
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Jan 24, 2023
1 parent 7151698 commit e3b7c24
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 @@ -9,7 +9,8 @@
"start": "next start",
"deploy": "pnpm build && git add . && git commit -m '...' && git push",
"format": "prettier --write \"src/**/*.{ts,tsx,js}\"",
"lint": "eslint --fix ."
"lint": "eslint --fix .",
"export": "next export"
},
"dependencies": {
"@emotion/cache": "latest",
Expand Down

0 comments on commit e3b7c24

Please sign in to comment.