forked from mirrors/bookwyrm
Tries npm install with yarn
This commit is contained in:
parent
714bb081ea
commit
09978fc195
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lint-frontend.yaml
vendored
3
.github/workflows/lint-frontend.yaml
vendored
|
@ -22,7 +22,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install modules
|
||||
run: yarn dev-tools
|
||||
run: npm install dev-tools
|
||||
run: yarn
|
||||
|
||||
# See .stylelintignore for files that are not linted.
|
||||
- name: Run stylelint
|
||||
|
|
Loading…
Reference in a new issue