mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Include library build in travis run
This commit is contained in:
parent
8e342dc320
commit
ba4ae4dfa3
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"start": "webpack-dev-server --config=config/webpack.dev.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",
|
||||
"travis-tests": "jest --coverage && npm run build && npm run build-library",
|
||||
"tdd": "jest --watch",
|
||||
"format": "prettier --write experiments/**/*.js js/**/*.js css/**/*.css",
|
||||
"build-skin": "rm skins/base-2.91.wsz && cd skins/base-2.91 && zip -x .* -x 'Skining Updates.txt' -r ../base-2.91.wsz .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue