From 960a0f4fe6bd07e9905b3e03549dd69d10940bcb Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 4 Jan 2019 08:53:08 -0600 Subject: [PATCH] fix: run build as part of release (#14) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3c2fc668..10f3a0fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,4 +37,5 @@ publish_task: NPM_TOKEN: ENCRYPTED[845742743a538e14424940f88bbcdc3e4cdb18bf6ec362dad2509c06c9fb20db3a1820e04e7fcc061fc58ddd4dbf5d4a] script: - npm install + - npm run compile - npx semantic-release