Skip to content

Commit 5056531

Browse files
committed
Removing strip command
1 parent 94c01d0 commit 5056531

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
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 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",
@@ -17,7 +17,6 @@
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": {

0 commit comments

Comments
 (0)