Skip to content

Commit

Permalink
fix(workspace): remove unnecessry config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 26, 2024
1 parent 727934c commit 3502f27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@
"outputs": ["{workspaceRoot}/coverage/packages/cli"],
"options": {
"config": "{workspaceRoot}/packages/cli/vite.config.mts"
},
"configurations": {
"watch": {
"watch": false
}
}
},
"version": {
Expand Down
1 change: 0 additions & 1 deletion packages/cli/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ export default defineConfig({
reportsDirectory: '../../coverage/packages/cli',
provider: 'v8',
},
watch: false,
},
});

0 comments on commit 3502f27

Please sign in to comment.