Skip to content

Commit 42b308c

Browse files
committed
chore(workflow): remove clean step from linter command
1 parent 9ecbd77 commit 42b308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: pnpm test:unit
4242

4343
- name: "Run linter"
44-
run: pnpm clean && pnpm lint
44+
run: pnpm lint

0 commit comments

Comments
 (0)