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 e340c19 commit 249af13Copy full SHA for 249af13
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
key: dependency-cache-{{ checksum "pnpm-lock.yaml" }}
24
- run:
25
name: Test and Lint
26
- command: pnpm test
+ command: pnpm test:all
27
workflows:
28
version: 2
29
build_and_test:
0 commit comments