From c3b2a52785925adca18f66816b9830a290a29fb2 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 28 Aug 2018 00:51:55 +0200 Subject: [PATCH] fix: Fix broken 3.1.0 release script --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 6e7dd579bc..de2775abcc 100644 --- a/circle.yml +++ b/circle.yml @@ -53,6 +53,7 @@ jobs: - checkout - <<: *set_npm_auth - <<: *restore_dependency_cache + - run: npm run build - run: npm publish workflows: