File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"dev:default" : " env-cmd -f .env.default next dev" ,
8
- "build" : " npm run strip-cb-sdk && next build && npm run load-sample-data:no-env && npm run build-indexes:no-env" ,
8
+ "build" : " next build && npm run load-sample-data:no-env && npm run build-indexes:no-env" ,
9
9
"start" : " next start" ,
10
10
"lint" : " next lint" ,
11
11
"format:check" : " prettier --check ./**/*.js" ,
17
17
"build-indexes:no-env" : " node ./util/buildIndexes.js" ,
18
18
"load-sample-data" : " env-cmd -f .env.local node ./util/loadSampleData.js" ,
19
19
"load-sample-data:no-env" : " node ./util/loadSampleData.js" ,
20
- "strip-cb-sdk" : " strip --strip-debug ./node_modules/couchbase/build/Release/couchbase_impl.node" ,
21
20
"test" : " env-cmd -f .env.default jest"
22
21
},
23
22
"dependencies" : {
You can’t perform that action at this time.
0 commit comments