forked from imbytecat/fullstack-starter
feat: 补充 root compile/dist 脚本,通过 Turbo filter 委托到对应 app
This commit is contained in:
@@ -9,7 +9,15 @@
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"compile": "turbo run compile --filter=@furtherverse/server",
|
||||
"compile:darwin": "turbo run compile:darwin --filter=@furtherverse/server",
|
||||
"compile:linux": "turbo run compile:linux --filter=@furtherverse/server",
|
||||
"compile:windows": "turbo run compile:windows --filter=@furtherverse/server",
|
||||
"dev": "turbo run dev",
|
||||
"dist": "turbo run dist --filter=@furtherverse/desktop",
|
||||
"dist:linux": "turbo run dist:linux --filter=@furtherverse/desktop",
|
||||
"dist:mac": "turbo run dist:mac --filter=@furtherverse/desktop",
|
||||
"dist:win": "turbo run dist:win --filter=@furtherverse/desktop",
|
||||
"fix": "turbo run fix",
|
||||
"typecheck": "turbo run typecheck"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user