We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5ae3d commit 6b8ad12Copy full SHA for 6b8ad12
1 file changed
.github/workflows/ci.yml
@@ -16,14 +16,14 @@ jobs:
16
- run: sudo apt-get update && sudo apt-get install -y ttyd
17
- run: pnpm exec playwright install --with-deps chromium webkit
18
- run: pnpm test
19
+ - run: pnpm run build:dist
20
- run: pnpm run test:pw
21
- name: Validate build pipeline (inject mode, no ttyd needed)
22
run: echo '<html><head></head><body></body></html>' | npx tsx cli.ts inject > /dev/null
23
- run: pnpm run check
24
- run: pnpm run lint:ox
25
- run: pnpm run lint:typos
26
- run: pnpm run lint:knip
- - run: pnpm run build:dist
27
- run: pnpm run lint:publint
28
- run: pnpm exec tsc --noEmit
29
0 commit comments