You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
solid-start/turbo.json

19 lines
350 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"build": {
"outputs": [".solid/**", "dist/**"],
"dependsOn": ["$OS", "$NODE_VERSION"]
},
"test": {
"dependsOn": ["build", "$OS", "$NODE_VERSION"],
"outputs": []
},
"dev": {
"cache": false
}
}
}