We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7dd36 commit c556d25Copy full SHA for c556d25
1 file changed
.scrutinizer.yml
@@ -1,17 +1,14 @@
1
checks:
2
javascript: true
3
4
-before_commands:
5
- - corepack enable
6
- - corepack prepare pnpm@latest-11 --activate
7
- - pnpm install --frozen-lockfile
8
-
9
build:
10
image: default-jammy
11
nodes:
12
analysis:
13
environment:
14
node: 20
15
- tests:
16
- override:
17
- - js-scrutinizer-run
+ commands:
+ - corepack enable
+ - corepack prepare pnpm@latest-11 --activate
+ - pnpm install --frozen-lockfile
+ - pnpm exec js-scrutinizer-run
0 commit comments