Skip to content

Commit

Permalink
fix(ci): missing import due to not installing parent package
Browse files Browse the repository at this point in the history
  • Loading branch information
bpas247 committed Aug 28, 2019
1 parent 927c8c3 commit 93059c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
- name: Install Dependencies
working-directory: www
run: yarn install
run: yarn bootstrap
- name: Build Production Files
working-directory: www
run: yarn build

0 comments on commit 93059c8

Please sign in to comment.