Skip to content

Commit

Permalink
Merge pull request #336 from franklin-feingold/circle_npm
Browse files Browse the repository at this point in the history
[INFRA] Find npm requirements file in Circle
  • Loading branch information
franklin-feingold authored Sep 24, 2019
2 parents 4c430f3 + f51f4e3 commit d39c13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d39c13f

Please sign in to comment.