chore: cleanup

This commit is contained in:
zernonia 2023-09-06 10:12:44 +08:00
parent 1d87bb954a
commit 648b34f961
2 changed files with 0 additions and 25 deletions

View File

@ -26,7 +26,6 @@
"lint-staged": "^14.0.0",
"pnpm": "^8.6.12",
"simple-git-hooks": "^2.9.0",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},

View File

@ -1,24 +0,0 @@
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": ["NODE_ENV"],
"pipeline": {
"lint": {
"cache": false,
"outputs": []
},
"lint:fix": {
"cache": false,
"outputs": []
},
"typecheck": {},
"dev": {
"cache": false
},
"check": {
"cache": false
},
"test": {
"cache": false
}
}
}