mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
turbo tasks
This commit is contained in:
20
packages/react-native-xtermjs-webview/turbo.jsonc
Normal file
20
packages/react-native-xtermjs-webview/turbo.jsonc
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
// Default overrides
|
||||
"build": {
|
||||
"dependsOn": ["build:internal", "build:main"],
|
||||
},
|
||||
|
||||
// Special tasks
|
||||
"build:main": {
|
||||
"inputs": ["src/**"],
|
||||
"dependsOn": ["build:internal"],
|
||||
"outputs": ["dist/**"],
|
||||
},
|
||||
"build:internal": {
|
||||
"inputs": ["src-internal/**"],
|
||||
"outputs": ["dist-internal/**"],
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user