* fix: turborepo extensions Update package.json Update Makefile Update Makefile Update Makefile Update Makefile Update Makefile Update package.json * chore: turbo cache * fix: install extensions in parallel * fix: timeout issue * Turbo cache using s3 * Remove cache task --------- Co-authored-by: Hien To <tominhhien97@gmail.com> Co-authored-by: Service Account <service@jan.ai>
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": [".dist/**", "*.tgz"]
|
|
},
|
|
"build:publish": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"type-check": {}
|
|
}
|
|
}
|