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 6d448f8 commit 646ef23Copy full SHA for 646ef23
package.json
@@ -11,7 +11,8 @@
11
"test:ci": "c8 mocha --config test/.mocharc.json",
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"
+ "webrtc": "node ./test/utils/relay.js",
15
+ "webrtc:background": "node ./test/utils/relay.js &"
16
},
17
"author": "OrbitDB",
18
"license": "MIT",
0 commit comments