Skip to content

Commit

Permalink
chore: add volar services
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 13, 2024
1 parent 44aea9f commit 9d5c382
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/services.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { runInRepo } from '../utils.ts'
import type { RunOptions } from '../types.js'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'volarjs/services',
branch: 'master',
build: 'build',
})
}

0 comments on commit 9d5c382

Please sign in to comment.