diff --git a/circle.yml b/circle.yml index 0eceb64d..1074cfa7 100644 --- a/circle.yml +++ b/circle.yml @@ -32,8 +32,8 @@ deployment: commands: - ./bin/docker-login - ./bin/on-changes-publish-ui - - make -j2 build | sed '/NPM_TOKEN/d' - - make -j2 push | sed '/NPM_TOKEN/d' + - make -j2 build + - make -j2 push - ./bin/deploy ## Custom notifications