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:
2
.changeset/forty-elephants-attack.md
Normal file
2
.changeset/forty-elephants-attack.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
@@ -7,8 +7,13 @@
|
|||||||
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
|
"outputs": ["lib/**", "es/**", "dist/**", "typings/**"]
|
||||||
},
|
},
|
||||||
"test": {},
|
"test": {},
|
||||||
"test:watch": {},
|
"test:watch": {
|
||||||
"dev": {},
|
"persistent": true
|
||||||
|
},
|
||||||
|
"dev": {
|
||||||
|
"dependsOn": ["^prepublish"],
|
||||||
|
"persistent": true
|
||||||
|
},
|
||||||
"lint": {},
|
"lint": {},
|
||||||
"check-types": {}
|
"check-types": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user