Skip to content

Commit 7ab5d81

Browse files
committed
Update Vercel build command to enable standalone mode
1 parent 60e9fa2 commit 7ab5d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"load-sample-data": "env-cmd -f .env.local node ./util/loadSampleData.js",
1919
"load-sample-data:no-env": "node ./util/loadSampleData.js",
2020
"test": "env-cmd -f .env.default jest",
21-
"vercel-build": "npx @vercel/nft build pages/index.js && npm rebuild couchbase --update-binary && next build"
21+
"vercel-build": "npx @vercel/nft build pages/index.js && npm rebuild couchbase --update-binary && NEXT_PRIVATE_STANDALONE=true next build"
2222
},
2323
"dependencies": {
2424
"@headlessui/react": "^1.7.15",

0 commit comments

Comments
 (0)