Skip to content

Commit 53816cb

Browse files
fix:package in kitchen-sink
1 parent 3997ab3 commit 53816cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/guider/kitchen-sink/netlify.toml

Whitespace-only changes.

examples/guider/kitchen-sink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prettier": "@repo/prettier-config",
1212
"scripts": {
1313
"start": "next start",
14-
"build": "next build && next export",
14+
"build": "next build",
1515
"dev": "next",
1616
"lint": "eslint .",
1717
"lint:fix": "eslint --fix ."

0 commit comments

Comments
 (0)