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