From 478365e9dac6db0fbdf3455eed2af7e8b47152f3 Mon Sep 17 00:00:00 2001 From: Ruxandra Fediuc Date: Mon, 22 Oct 2018 08:13:43 -0700 Subject: [PATCH] fix(build): fix unit step inside template CI config (#4) --- template/circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/circle.yml b/template/circle.yml index 3ea3869..c764290 100644 --- a/template/circle.yml +++ b/template/circle.yml @@ -48,7 +48,7 @@ jobs: executor: app steps: - attach - - run: npm run unit + - run: npm run test release: executor: app