We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865550e commit 8bae17cCopy full SHA for 8bae17c
package.json
@@ -4,6 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
+ "prebuild": "node tools/scripts/generate-sitemap.js",
8
"build": "next build",
9
"start": "next start",
10
"lint": "eslint ./src",
0 commit comments