Skip to content

Commit 90a7072

Browse files
committed
update
1 parent 832434e commit 90a7072

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
6868
run: pnpm install --frozen-lockfile
6969

7070
- name: Build
71-
run: echo TOKEN $TELEMETRY_TRACKING_TOKEN && pnpm run build
71+
run: |
72+
echo TOKEN $TELEMETRY_TRACKING_TOKEN
73+
pnpm run build
74+
pnpm tsx packages/cli/scripts/post-build.ts
7275
7376
- name: Lint
7477
run: pnpm run lint

0 commit comments

Comments
 (0)