Skip to content

Commit caeb61f

Browse files
committed
fix: fix preview attempt two
Signed-off-by: aceppaluni <aceppaluni@gmail.com>
1 parent 430873f commit caeb61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"sync:repo-stats": "node src/scripts/sync-repo-stats.mjs",
88
"dev": "pnpm sync:repo-stats && next dev",
9-
"build": "pnpm sync:repo-stats && next build",
9+
"build": "pnpm next build",
1010
"start": "next start",
1111
"test": "vitest run",
1212
"coverage": "vitest run --coverage",

0 commit comments

Comments
 (0)