Skip to content

Commit

Permalink
chore: add temporary fix for nodejs/docker-node#813
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoto committed Apr 2, 2019
1 parent 284ea1b commit d269b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- checkout
- *restore_cache_node_modules
- run: yarn test
- run: npm config set unsafe-perm true # temporary fix for https://github.com/nodejs/docker-node/issues/813
- run: npx codecov --token=$CODECOV_TOKEN
deploy:
<<: *defaults
Expand Down

0 comments on commit d269b75

Please sign in to comment.