Skip to content

Commit 65ebb2a

Browse files
committed
Generate station code before build
1 parent 8383fda commit 65ebb2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7-
"build": "next build",
7+
"build": "node scripts/generate-station-code.js && next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"lint:fix": "next lint --fix",
@@ -102,4 +102,4 @@
102102
"@types/react": "19.0.10",
103103
"@types/react-dom": "19.0.4"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)