Skip to content

Commit

Permalink
fix: add preversion
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoRBaquero committed Jul 2, 2021
1 parent a2f8337 commit 55fe206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"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",
"preversion": "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",
Expand Down

0 comments on commit 55fe206

Please sign in to comment.