Skip to content

Commit

Permalink
chore(repo): update lint script for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed May 7, 2021
1 parent 30145ce commit db4a3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pnpm build --recursive

- name: Lint Monorepo
run: pnpm lint --recursive
run: pnpm lint:js

- name: Run Tests
run: pnpm ci:coverage --filter ...[${{ github.sha }}]

0 comments on commit db4a3f2

Please sign in to comment.