Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into update-test-commands
  • Loading branch information
Juice10 authored Jun 2, 2023
commit a02341b276e0fb3857cd1d48600d26ec6106461c
9 changes: 7 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
},
"test": {},
"test:watch": {},
"test:watch": {
"persistent": true
},
"test:update": {},
"dev": {},
"dev": {
"dependsOn": ["^prepublish"],
"persistent": true
},
"lint": {},
"check-types": {}
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.