Skip to content

Commit c87c2f4

Browse files
authored
Revert "check treeshakeability in CI (#10861)" (#10863)
This reverts commit aec4958.
1 parent 86b3ea8 commit c87c2f4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,3 @@ jobs:
6060
- name: build and check generated types
6161
if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail
6262
run: pnpm build && { [ "`git status --porcelain=v1`" == "" ] || (echo "Generated types have changed — please regenerate types locally and commit the changes after you have reviewed them"; git diff; exit 1); }
63-
64-
Treeshaking:
65-
runs-on: ubuntu-latest
66-
timeout-minutes: 5
67-
steps:
68-
- uses: actions/checkout@v3
69-
- uses: pnpm/[email protected]
70-
- uses: actions/setup-node@v3
71-
with:
72-
node-version: 18
73-
cache: pnpm
74-
- name: install
75-
run: pnpm install --frozen-lockfile
76-
- name: check
77-
run: cd packages/svelte && node scripts/check-treeshakeability.js

0 commit comments

Comments
 (0)