mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 13:04:23 +02:00
ci: change lint command to use yarn
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,6 +20,6 @@ jobs:
|
||||
HUSKY_SKIP_INSTALL: 1
|
||||
run: yarn
|
||||
- name: lint
|
||||
run: npm run lint
|
||||
run: yarn lint
|
||||
- name: build
|
||||
run: yarn build
|
||||
|
Reference in New Issue
Block a user