Skip to content

Commit

Permalink
fix(workspace): migrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 25, 2024
1 parent a6403c0 commit c39117f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"executor": "@nx/vite:test",
"outputs": ["{workspaceRoot}/coverage/packages/cli"],
"options": {
"config": "{workspaceRoot}/packages/cli/vite.config.mts",
"config": "{workspaceRoot}/packages/cli/vite.config.mts"
},
"configurations": {
"watch": {
"watch": true
"watch": false
}
}
},
Expand Down

0 comments on commit c39117f

Please sign in to comment.