mirror of
https://github.com/Mintplex-Labs/tiktoken.git
synced 2026-07-01 18:48:04 -04:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"inputs": ["src/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["build"]
|
|
},
|
|
"deploy": {
|
|
"dependsOn": ["test"]
|
|
},
|
|
"js-tiktoken#test": {
|
|
"dependsOn": ["tiktoken#build", "js-tiktoken#build"]
|
|
}
|
|
}
|
|
}
|