From 8636033e3673b45f96ab7ecf62473d75bd4068ea Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Tue, 19 Mar 2019 15:58:47 -0700 Subject: [PATCH] fix: build before releasing --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87493ff4..e05d5944 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,7 @@ jobs: - checkout - restore_cache: *restore-deps-cache - run: npm install + - run: npm run build - run: npx semantic-release - save_cache: *save-deps-cache