mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Upgrade Webpack and JS dependencies
This commit is contained in:
parent
53a5d84653
commit
940e2a69f9
32 changed files with 5514 additions and 5829 deletions
|
|
@ -6,7 +6,7 @@ if [[ -z $TRAVIS_BRANCH ]]; then
|
|||
fi
|
||||
|
||||
if [[ $TRAVIS_BRANCH == "develop" ]]; then
|
||||
docker-compose -f docker-compose.travis.yml exec photoprism make all install migrate test-codecov;
|
||||
docker-compose -f docker-compose.travis.yml exec photoprism make all test-js install migrate test-codecov;
|
||||
else
|
||||
docker-compose -f docker-compose.travis.yml exec photoprism make all install migrate test;
|
||||
docker-compose -f docker-compose.travis.yml exec photoprism make all test-js install migrate test;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue