mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: update travis webpack script
This commit is contained in:
parent
5d924c0cf2
commit
c96dd560cd
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ node_js:
|
|||
- '7'
|
||||
- '8'
|
||||
sudo: false
|
||||
script: npm install . && npm run test-travis
|
||||
script: npm install . && npm run build:webui && npm run test-travis
|
||||
after_success: npm run coverage:codecov
|
||||
|
|
Loading…
Reference in a new issue