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 80d529d commit 9b02c48Copy full SHA for 9b02c48
package.json
@@ -12,8 +12,7 @@
12
"test:browser": "npm run build:tests && ./node_modules/.bin/playwright-test test/browser/bundle.js --runner mocha",
13
"build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js",
14
"webrtc": "node ./test/utils/relay.js",
15
- "webrtc:background": "node ./test/utils/relay.js &",
16
- "prepublishOnly": "npm run build"
+ "webrtc:background": "node ./test/utils/relay.js &"
17
},
18
"author": "OrbitDB",
19
"license": "MIT",
0 commit comments