mirror of
https://github.com/sct/overseerr.git
synced 2025-09-28 21:14:27 +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
|
HUSKY_SKIP_INSTALL: 1
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: lint
|
- name: lint
|
||||||
run: npm run lint
|
run: yarn lint
|
||||||
- name: build
|
- name: build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
Reference in New Issue
Block a user