fix: run correct lint command in ci

This commit is contained in:
zhom
2025-05-31 18:25:32 +04:00
parent a0599ecfc1
commit 3ab1ea61e8
+1 -1
View File
@@ -49,4 +49,4 @@ jobs:
pnpm install --frozen-lockfile
- name: Run lint step
run: pnpm lint
run: pnpm run lint:js