Skip to content

Commit

Permalink
update package.json to install in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Jan 21, 2021
1 parent 125a2e3 commit db084ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install
run: npm install
run: npm install && cd docs && npm install
- name: Lint
run: npm run lint
- name: Build
Expand Down

0 comments on commit db084ae

Please sign in to comment.