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 55 "scripts" : {
66 "dev" : " next dev" ,
77 "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" ,
99 "start" : " next start" ,
1010 "lint" : " next lint" ,
1111 "format:check" : " prettier --check ./**/*.js" ,
1717 "build-indexes:no-env" : " node ./util/buildIndexes.js" ,
1818 "load-sample-data" : " env-cmd -f .env.local node ./util/loadSampleData.js" ,
1919 "load-sample-data:no-env" : " node ./util/loadSampleData.js" ,
20- "strip-cb-sdk" : " strip --strip-debug ./node_modules/couchbase/build/Release/couchbase_impl.node" ,
2120 "test" : " env-cmd -f .env.default jest"
2221 },
2322 "dependencies" : {
You can’t perform that action at this time.
0 commit comments