]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Use npm script instead of direct webpack call
authorThomas Citharel <tcit@tcit.fr>
Mon, 1 May 2017 10:43:20 +0000 (12:43 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 4 May 2017 12:49:44 +0000 (14:49 +0200)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
.travis.yml

index dea3da4a04eeaf91381dc86cb8eae66c454bb58c..d7c28388914c6af880d9d016150c9bb5158b2a0b 100644 (file)
@@ -73,4 +73,4 @@ script:
     - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/CoreBundle/Resources/translations -v ; fi;
     - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml app/Resources/CraueConfigBundle/translations -v ; fi;
     - if [[ $VALIDATE_TRANSLATION_FILE = run ]]; then php bin/console lint:yaml src/Wallabag/UserBundle/Resources/translations -v ; fi;
-    - if [[ $ASSETS = build ]]; then ./node_modules/webpack/bin/webpack.js; fi;
+    - if [[ $ASSETS = build ]]; then yarn run build:prod; fi;