mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 02:57:55 +00:00
feat: initial commit for bizinikiwi-connect with clean CI
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalDependencies": [
|
||||
"tsconfig.base.json",
|
||||
"tsconfig.build.json",
|
||||
".prettierrc"
|
||||
],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
"$TURBO_DEFAULT$",
|
||||
"tsconfig.json",
|
||||
"tsconfig.build.json",
|
||||
"tsup.config.ts",
|
||||
"package.json"
|
||||
],
|
||||
"outputs": ["dist/**", ".turbo/**", ".tshy", ".tshy-build"]
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["build"]
|
||||
},
|
||||
"//#lint": {
|
||||
"dependsOn": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user