Skip to content

Commit

Permalink
Merge pull request #1402 from microsoft/andrueastman/triggerRelease
Browse files Browse the repository at this point in the history
trigger release
  • Loading branch information
baywet authored Oct 3, 2024
2 parents 628a4d6 + e4a5409 commit 46acf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineWorkspace, configDefaults } from 'vitest/config';
import { defineWorkspace } from 'vitest/config';

const workspace = defineWorkspace([
'packages/abstractions',
Expand All @@ -7,4 +7,4 @@ const workspace = defineWorkspace([
'packages/serialization/*'
])

export default workspace;
export default workspace;

0 comments on commit 46acf55

Please sign in to comment.