* 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>
12 lines
115 B
JSON
12 lines
115 B
JSON
{
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"**"
|
|
],
|
|
"nohoist": [
|
|
"**"
|
|
]
|
|
}
|
|
}
|