2022-10-08 01:19:15 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
|
|
"pipeline": {
|
|
|
|
"lint": {},
|
2022-10-08 13:28:43 +00:00
|
|
|
"format": {},
|
2022-10-08 01:19:15 +00:00
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build"]
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"dependsOn": ["build"]
|
|
|
|
},
|
2022-10-08 13:28:43 +00:00
|
|
|
"bundle": {
|
|
|
|
"dependsOn": ["^build", "build"]
|
|
|
|
},
|
2022-10-08 01:19:15 +00:00
|
|
|
"vscode-ext#build": {
|
|
|
|
"dependsOn": ["^build", "@quri/squiggle-components#bundle"]
|
2022-10-08 13:28:43 +00:00
|
|
|
},
|
|
|
|
"coverage": {}
|
2022-10-08 01:19:15 +00:00
|
|
|
}
|
|
|
|
}
|