]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Use npm script instead of direct webpack call
[github/wallabag/wallabag.git] / .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;