We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1459e4 commit b4fe9cdCopy full SHA for b4fe9cd
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"dev": "next dev",
11
- "build": "next build",
+ "build": "bash build.sh; next build",
12
"start": "next start",
13
"lint": "next lint"
14
0 commit comments