Skip to content

Commit

Permalink
Comment out npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bhb committed Mar 2, 2020
1 parent 90daaaf commit 35bc7f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:

- run: bin/install-chrome
- run: bin/install-clojure
- run: sudo bin/install-node && npm install
# FIXME: the sha is not matching??
# - run: sudo bin/install-node && npm install
- run: lein check
# TODO: re-enable when spec2 fixes reflection warnings
# - run:
Expand Down

0 comments on commit 35bc7f1

Please sign in to comment.