Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix turbo dev command errors
  • Loading branch information
YunFeng0817 committed May 22, 2023
commit 2dc208a3b7f0a80c4b1e485f3b433e87c97bbb97
9 changes: 7 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
},
"test": {},
"test:watch": {},
"dev": {},
"test:watch": {
"persistent": true
},
"dev": {
"dependsOn": ["^prepublish"],
"persistent": true
},
"lint": {},
"check-types": {}
}
Expand Down