Skip to content

Commit e329a9a

Browse files
committed
chore: bump version
1 parent de1c80a commit e329a9a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/shaggy-ghosts-taste.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@icebreakers/monorepo": patch
3+
---
4+
5+
chore: add vitest.workspace.ts vitest vscode plugin

packages/monorepo/src/targets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function getAssetTargets(raw?: boolean) {
2020
'turbo.json',
2121
// vitest
2222
'vitest.config.ts',
23-
// 'vitest.workspace.ts',
23+
'vitest.workspace.ts',
2424
// #region docker
2525
'Dockerfile',
2626
'.dockerignore',

packages/monorepo/test/__snapshots__/targets.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ exports[`targets > normal 1`] = `
1818
"tsconfig.json",
1919
"turbo.json",
2020
"vitest.config.ts",
21+
"vitest.workspace.ts",
2122
"Dockerfile",
2223
".dockerignore",
2324
".github",
@@ -48,6 +49,7 @@ exports[`targets > raw 1`] = `
4849
"tsconfig.json",
4950
"turbo.json",
5051
"vitest.config.ts",
52+
"vitest.workspace.ts",
5153
"Dockerfile",
5254
".dockerignore",
5355
]

0 commit comments

Comments
 (0)