Skip to content

Commit 9b02c48

Browse files
committed
chore: Remove npmjs publishing requirements.
1 parent 80d529d commit 9b02c48

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
@@ -12,8 +12,7 @@
1212
"test:browser": "npm run build:tests && ./node_modules/.bin/playwright-test test/browser/bundle.js --runner mocha",
1313
"build:tests": "rm -f test/browser/bundle.js* && webpack --config ./conf/webpack.tests.config.js",
1414
"webrtc": "node ./test/utils/relay.js",
15-
"webrtc:background": "node ./test/utils/relay.js &",
16-
"prepublishOnly": "npm run build"
15+
"webrtc:background": "node ./test/utils/relay.js &"
1716
},
1817
"author": "OrbitDB",
1918
"license": "MIT",

0 commit comments

Comments
 (0)