summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-04-04 14:39:27 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-04-04 14:39:27 -0300
commit7c510f9e60add90f1bb431dd5b018ddf7a2702e5 (patch)
treee2af4dacc0759025a7cef02a4730c670135f31a4 /circle.yml
parente0f3c126ed8dd016fdcc073196a39595a74ad40f (diff)
[fix-build] Adds 'npm rebuild' before test
with @deniscostadsc
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 9a75700b..4a939fd5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -20,8 +20,8 @@ dependencies:
test:
override:
- - make clean_all && make linters
- - make test
+ - make linters
+ - npm rebuild && make test
- make functional_tests_ci
- cd service && coveralls || true