We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1e0c3 commit f7a716cCopy full SHA for f7a716c
tests/docker/run-unit-tests.sh
@@ -1,6 +1,7 @@
1
(
2
set -e
3
pnpm run pretty:check
4
+ pnpm run lint
5
pnpm run test
6
);
7
EXIT_CODE=$?;
0 commit comments