We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03cedf commit 1b5e689Copy full SHA for 1b5e689
package.json
@@ -4,7 +4,7 @@
4
"prepare": "husky",
5
"gen-tags": "node scripts/gen-tags.mjs",
6
"dev": "npm run gen-tags && next",
7
- "build": "npm run gen-tags && rm -r .next && next build",
+ "build": "npm run gen-tags && rm -r .next 2> /dev/null || next build",
8
"start": "next start"
9
},
10
"dependencies": {
0 commit comments