Skip to content

Commit 3997ab3

Browse files
fix: kitchen-sink package
1 parent 4c299af commit 3997ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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",
14+
"build": "next build && next export",
1515
"dev": "next",
1616
"lint": "eslint .",
1717
"lint:fix": "eslint --fix ."

0 commit comments

Comments
 (0)