Skip to content

Commit

Permalink
add vite-plugin-swc-transform to ecosystem-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ziir committed Jan 3, 2025
1 parent 734ec21 commit b76d0f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/swc-ecosystem-ci/tests/vite-plugin-swc-transform.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { runInRepo } from "../utils.js";
import { RunOptions } from "../types.js";

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: "ziir/vite-plugin-swc-transform",
branch: "main",
build: "build",
test: "test",
});
}

0 comments on commit b76d0f9

Please sign in to comment.