diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-05-01 12:43:20 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-05-04 14:49:44 +0200 |
commit | 4cea76b0cf02622c11144360e6f438af7ccbb94b (patch) | |
tree | 087f1dcf63c34c272ca7c17ab954fc33f83aabc7 | |
parent | 42a2139b8f5cdda5bd0d79cb808b4ff414e95a5b (diff) | |
download | wallabag-4cea76b0cf02622c11144360e6f438af7ccbb94b.tar.gz wallabag-4cea76b0cf02622c11144360e6f438af7ccbb94b.tar.zst wallabag-4cea76b0cf02622c11144360e6f438af7ccbb94b.zip |
Use npm script instead of direct webpack call
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dea3da4a..d7c28388 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -73,4 +73,4 @@ script: | |||
73 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; | 73 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi; |
74 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi; | 74 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi; |
75 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/UserBundle/Resources/translations -v ; fi; | 75 | - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/UserBundle/Resources/translations -v ; fi; |
76 | - if [[ $ASSETS = build ]]; then ./node_modules/webpack/bin/webpack.js; fi; | 76 | - if [[ $ASSETS = build ]]; then yarn run build:prod; fi; |