Compare commits
2 Commits
58620b4d4b
...
afc3b66efa
| Author | SHA1 | Date | |
|---|---|---|---|
| afc3b66efa | |||
| 3c97e9c3eb |
16
package.json
16
package.json
@@ -9,15 +9,15 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"compile": "turbo run compile --filter=@furtherverse/server",
|
"compile": "turbo run compile",
|
||||||
"compile:darwin": "turbo run compile:darwin --filter=@furtherverse/server",
|
"compile:darwin": "turbo run compile:darwin",
|
||||||
"compile:linux": "turbo run compile:linux --filter=@furtherverse/server",
|
"compile:linux": "turbo run compile:linux",
|
||||||
"compile:windows": "turbo run compile:windows --filter=@furtherverse/server",
|
"compile:windows": "turbo run compile:windows",
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev",
|
||||||
"dist": "turbo run dist --filter=@furtherverse/desktop",
|
"dist": "turbo run dist",
|
||||||
"dist:linux": "turbo run dist:linux --filter=@furtherverse/desktop",
|
"dist:linux": "turbo run dist:linux",
|
||||||
"dist:mac": "turbo run dist:mac --filter=@furtherverse/desktop",
|
"dist:mac": "turbo run dist:mac",
|
||||||
"dist:win": "turbo run dist:win --filter=@furtherverse/desktop",
|
"dist:win": "turbo run dist:win",
|
||||||
"fix": "turbo run fix",
|
"fix": "turbo run fix",
|
||||||
"typecheck": "turbo run typecheck"
|
"typecheck": "turbo run typecheck"
|
||||||
},
|
},
|
||||||
|
|||||||
32
turbo.json
32
turbo.json
@@ -6,42 +6,10 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"]
|
"dependsOn": ["^build"]
|
||||||
},
|
},
|
||||||
"compile": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"compile:darwin": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"compile:linux": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"compile:windows": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"dev": {
|
"dev": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"persistent": true
|
"persistent": true
|
||||||
},
|
},
|
||||||
"dist": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"dist:linux": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"dist:mac": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"dist:win": {
|
|
||||||
"dependsOn": ["build"],
|
|
||||||
"cache": false
|
|
||||||
},
|
|
||||||
"fix": {
|
"fix": {
|
||||||
"cache": false
|
"cache": false
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user