Skip to content

Commit d0de36c

Browse files
committed
Adds lint step to unit test script
(#4638, #4639)
1 parent cd6cef6 commit d0de36c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker/run-unit-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(
22
set -e
33
pnpm run pretty:check
4+
pnpm run lint
45
pnpm run test
56
);
67
EXIT_CODE=$?;

0 commit comments

Comments
 (0)