Skip to content

Commit

Permalink
Fix workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands committed Sep 17, 2024
1 parent 9f53ffe commit 2e74bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs'
import { parse } from 'yaml'

const pnpmWorkspace = parse(fs.readFileSync('./pnpm-workspace.yaml').toString())
const pnpmWorkspace = parse(fs.readFileSync('./pnpm-workspace.yaml').toString()).packages
export default pnpmWorkspace

0 comments on commit 2e74bfc

Please sign in to comment.