Skip to content

Commit db3ec08

Browse files
committed
Change vitest.config.ts to vitest.config.mts in CI
1 parent db63efe commit db3ec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install build artifact
9090
run: yarn add ./package.tgz
9191

92-
- run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.json ./vitest.config.ts ./test/tsconfig.json ./test/typescript/tsconfig.json
92+
- run: sed -i -e /@remap-prod-remove-line/d ./tsconfig.json ./vitest.config.mts ./test/tsconfig.json ./test/typescript/tsconfig.json
9393

9494
- name: Run tests, against dist
9595
run: yarn test

0 commit comments

Comments
 (0)