We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630950b commit 00d4a14Copy full SHA for 00d4a14
.harness/ci.yaml
@@ -43,3 +43,31 @@ pipeline:
43
with:
44
node-version: "22"
45
cache: npm
46
+ - step:
47
+ type: Run
48
+ name: npm ci
49
+ identifier: npm_ci
50
+ spec:
51
+ shell: Sh
52
+ command: npm ci
53
54
55
+ name: npm run check
56
+ identifier: npm_run_check
57
58
59
+ command: npm run check
60
61
62
+ name: npm run test
63
+ identifier: npm_run_test
64
65
66
+ command: npm run test
67
68
69
+ name: npm run build
70
+ identifier: npm_run_build
71
72
73
+ command: npm run build
0 commit comments