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 04a367f commit 95e7204Copy full SHA for 95e7204
package.json
@@ -4,7 +4,7 @@
4
"packageManager": "[email protected]",
5
"scripts": {
6
"dev": "next",
7
- "build": "next build && pagefind --site .next/server/app --output-path out/_pagefind",
+ "build": "NODE_ENV=production next build && pagefind --site .next/server/app --output-path out/_pagefind",
8
"start": "next start",
9
"prettier:check": "prettier --list-different .",
10
"prettier:fix": "prettier --write ."
0 commit comments