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:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 6f0f7aada0
commit 2294fc262e
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -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": {}
}