Skip to content

Commit cb4babb

Browse files
committed
cd back
1 parent 8627e67 commit cb4babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "next dev",
77
"dev:default": "env-cmd -f .env.default next dev",
8-
"build": "npm explore couchbase -- npm run help-prune && npm list --depth=1 | grep couchbase && cd ./node_modules/@couchbase && ls -la && pwd && next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
8+
"build": "npm explore couchbase -- npm run help-prune && npm list --depth=1 | grep couchbase && cd ./node_modules/@couchbase && ls -la && pwd && cd ../../ && next build && npm run load-sample-data:no-env && npm run build-indexes:no-env",
99
"start": "next start",
1010
"lint": "next lint",
1111
"format:check": "prettier --check ./**/*.js",

0 commit comments

Comments
 (0)