Files
reffuse/turbo.json
Julien Valverdé ccb65ec209
Some checks failed
Lint / lint (push) Successful in 15s
Publish / publish (push) Failing after 13s
Turbo fix
2025-02-26 19:49:19 +01:00

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"]
}
}
}