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 71b1615 commit 53117a4Copy full SHA for 53117a4
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "next dev",
7
"dev:default": "env-cmd -f .env.default next dev",
8
- "build": "next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
+ "build": "npm explore couchbase -- npm run help-prune && next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
9
"start": "next start",
10
"lint": "next lint",
11
"format:check": "prettier --check ./**/*.js",
0 commit comments