From 54dc3ca7a6775e15911f1450626187ba75c7e5d4 Mon Sep 17 00:00:00 2001 From: Lukas Reineke Date: Tue, 17 Dec 2019 11:48:27 +0900 Subject: [PATCH] T-335 build in circle to check build matches I only check in circle, instead of using that build for npm, because I like that we have the final bundle in git too. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7a9ed5..6db526b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,6 +28,8 @@ jobs: key: jscache-{{ checksum "package.json" }} - run: npm run lint + - run: npm run build-ts + - run: git diff --quiet || (echo 'build does not match' && exit 1) publish: docker: