chore(deps): 🔗 add turborepo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ node_modules
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.turbo
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
"name": "eslit-monorepo",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
|
||||
"lint": "turbo run lint",
|
||||
"lint:monorepo": "ESLINT_USE_FLAT_CONFIG=true eslint .",
|
||||
"test": "",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
7
turbo.json
Normal file
7
turbo.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"lint": {},
|
||||
"test": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user