mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-08 00:47:10 -05:00
fix: add prepare command to linting CI
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -19,5 +19,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Prepare linting
|
||||
run: npm run prepare
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user