diff --git a/.circleci/config.yml b/.circleci/config.yml index 229f271f01..fc344c5fce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: if [ $CURL_FAILED -eq 1 ] then - npm ci && cd node_modules/mattermost-redux && npm install && npm run build && cd ../.. && make build + npm ci && make build fi - persist_to_workspace: root: /go/src/github.com/mattermost