Note that npm run weight is broken

This commit is contained in:
Jordan Eldredge 2018-03-16 09:24:49 -07:00
parent 9e8ae1fd6e
commit f231bdb722

View file

@ -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",