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 2380da9 commit f6f0762Copy full SHA for f6f0762
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