mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-02 15:03:53 +00:00
Build the library version before publication
This commit is contained in:
parent
7eaadedce8
commit
d3891a2e13
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"lint": "eslint .",
|
||||
"build": "webpack --config=config/webpack.prod.js",
|
||||
"build-library": "webpack --config=config/webpack.library.js",
|
||||
"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/winamp.js)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue