13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["./src/**"],
|
|
"outputs": ["./dist/**"]
|
|
},
|
|
"pack": {},
|
|
"publish": {}
|
|
}
|
|
}
|