mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Note that npm run weight is broken
This commit is contained in:
parent
9e8ae1fd6e
commit
f231bdb722
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"build-library": "webpack --config=config/webpack.library.js",
|
||||
"serve": "http-server ./built",
|
||||
"start": "webpack-dev-server --config=config/webpack.dev.js",
|
||||
"weight": "npm run build && gzip-size built/winamp.js",
|
||||
"weight": "echo 'FIXME: Need to find cache-busted file' || (npm run build && gzip-size built/winamp.js)",
|
||||
"test": "jest --coverage",
|
||||
"travis-tests": "jest --coverage && npm run lint && npm run build",
|
||||
"tdd": "jest --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue