Skip to content

Commit 8bae17c

Browse files
committed
fix(build): add removed prebuild script
1 parent 865550e commit 8bae17c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7+
"prebuild": "node tools/scripts/generate-sitemap.js",
78
"build": "next build",
89
"start": "next start",
910
"lint": "eslint ./src",

0 commit comments

Comments
 (0)