fix turbo dev command errors (#1229)
* fix turbo dev command errors * Create forty-elephants-attack.md --------- Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user