mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fix npm run weight
This commit is contained in:
parent
c0397b2eaf
commit
fac932b3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"prepublishOnly": "npm run build-library",
|
||||
"serve": "http-server ./built",
|
||||
"start": "webpack-dev-server --config=config/webpack.dev.js",
|
||||
"weight": "echo 'FIXME: Need to find cache-busted file' || (npm run build && gzip-size built/webamp.bundle.min.js)",
|
||||
"weight": "npm run build-library > /dev/null && gzip-size built/webamp.bundle.min.js",
|
||||
"test": "jest --coverage",
|
||||
"travis-tests": "jest --coverage && npm run build",
|
||||
"tdd": "jest --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue