Skip to content

Commit

Permalink
chore: allow builds as root in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 6, 2020
1 parent 04fb334 commit 4ec7d98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,16 @@ jobs:
lint_&_docs:
docker:
- image: node:12
environment:
NPM_CONFIG_UNSAFE_PERM: true
steps:
- checkout
- run:
name: Install minimal doc and lint modules globally
command: npm i -g lerna
- run:
name: Install API dependencies
command: lerna bootstrap --scope @opentelemetry/api --include-filtered-dependencies
command: lerna bootstrap -- --only=dev
- run:
name: Check code style and linting
command: npm run check
Expand Down

0 comments on commit 4ec7d98

Please sign in to comment.