Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
ci: Install dep of local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Mar 17, 2021
1 parent 5358e1f commit 574d50a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
node-version: ${{matrix.node-version}}
- name: Install
run: yarn
- name: Install local plugin
run: cd common/plugins/local/material-theme && yarn
- name: Install node-gyp
run: yarn global add node-gyp
- name: Rebuild dep
Expand Down

0 comments on commit 574d50a

Please sign in to comment.