Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <diego@mothership.com>2021-05-21 19:49:08 +0300
committerDiego Rodríguez Baquero <diego@mothership.com>2021-05-21 19:49:08 +0300
commitd78055b2fd6275f9ba18474f601c0a4d3284231c (patch)
treee6e811d006a2ce3ce84b38d2f93d3139dd1f80b9 /package.json
parentabfe7437ce5cbb45924bbcf4a8833159bf830da1 (diff)
fix: bring back release config
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5fca2d5..d0dc228 100644
--- a/package.json
+++ b/package.json
@@ -145,6 +145,7 @@
"build-chromeapp-debug": "browserify --browser-field=chromeapp --standalone WebTorrent . > webtorrent.chromeapp.js",
"build-js": "browserify --standalone WebTorrent . | minify --mangle=false > webtorrent.min.js",
"build-js-debug": "browserify --standalone WebTorrent . > webtorrent.debug.js",
+ "prepublishOnly": "npm run build && npm run update-authors",
"size": "npm run size-js && npm run size-disc",
"size-disc": "browserify --full-paths . | discify --open",
"size-js": "npm run build && cat webtorrent.min.js | gzip | wc -c",