From 2f50ad6737c1261fc732302349cdf4d609445e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Fri, 7 Apr 2017 12:27:15 +0100 Subject: [PATCH] Checks that the webpack builds are working properly (#3064) --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 246b68f03a..627a035d4f 100644 --- a/circle.yml +++ b/circle.yml @@ -33,6 +33,7 @@ test: - yarn check-lockfile - yarn build-dist - node ./scripts/build-webpack.js + - ls -t1 artifacts | head -n2 | while read entry; do node "./artifacts/$entry" --version; done - ./scripts/build-deb.sh # Test that installing as root works and that it also works # behind a user namespace which Circle CI tests are run under