diff --git a/.circleci/config.yml b/.circleci/config.yml index d1cb33032b..0124909a31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ jobs: name: get remark styles command: | cd ~ - cat ~/build/npm-requirements.txt | xargs npm install + cat ~/project/npm-requirements.txt | xargs npm install - run: # remark the auto generated changes.md name: remark on autogenerated CHANGES.md command: |