From c74a88c2b6318690224199ba2a9b518408b0c557 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 7 Jul 2017 23:05:00 +0200 Subject: [PATCH] Ensure that directory with packed binary exists --- circle.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index 5b9efd4..04a0a5d 100644 --- a/circle.yml +++ b/circle.yml @@ -2,13 +2,13 @@ machine: node: version: node +test: + post: + - npm run pack + - cp packed/* $CIRCLE_ARTIFACTS + - node ./scripts/slack.js + deployment: - pack: - branch: /.*/ - commands: - - npm run pack - - cp packed/* $CIRCLE_ARTIFACTS - - node ./scripts/slack.js release: tag: /.*/ commands: