mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
docs: updates
This commit is contained in:
23
turbo.json
Normal file
23
turbo.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"baseBranch": "origin/main",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"],
|
||||
"inputs": ["src/**/*.tsx", "src/**/*.ts", "./tsconfig.*.json"]
|
||||
},
|
||||
"test": {
|
||||
"cache": false
|
||||
},
|
||||
"cli": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false
|
||||
},
|
||||
"dev": {
|
||||
"cache": false
|
||||
}
|
||||
},
|
||||
"globalDependencies": ["tsconfig.json"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user