Skip to content

Commit d061199

Browse files
committed
remove double running tsc
1 parent d945960 commit d061199

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
run_install: |
2727
args: [--frozen-lockfile, --strict-peer-dependencies]
2828
# - run: pnpm lint
29-
- run: pnpm tsc
3029
- run: pnpm vscode-utils prepareFrameworkBuild
3130
- run: pnpm build
3231
# - uses: GabrielBB/[email protected]

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
run_install: |
2424
args: [--frozen-lockfile, --strict-peer-dependencies]
2525
# - run: pnpm lint
26-
- run: pnpm tsc
2726
- run: pnpx zardoy-release vscode-extension
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)