Skip to content

Commit f8ac439

Browse files
committed
chore: remove compile process in TAV
1 parent f9f5123 commit f8ac439

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,5 @@ jobs:
120120
run: npm install -g npm@9 # npm@9 supports node >=14.17.0
121121
- name: Install
122122
run: npm ci
123-
- name: Build
124-
run: npm run compile
125123
- name: Run test-all-versions
126124
run: npm run --if-present --workspaces test-all-versions ${{ inputs.npm-workspace-args }}

0 commit comments

Comments
 (0)