Turbo setup
Some checks failed
Lint / lint (push) Failing after 13s

This commit is contained in:
Julien Valverdé
2025-02-25 22:07:18 +01:00
parent 618cee4028
commit af077d34aa
4 changed files with 37 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
{
"name": "@reffuse/monorepo",
"packageManager": "bun@1.2.2",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"lint:tsc": "bun run --filter '*' lint:tsc",
"build": "turbo build --filter=!@reffuse/example",
"lint:tsc": "turbo lint:tsc",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"
@@ -12,6 +15,7 @@
"devDependencies": {
"npm-check-updates": "^17.1.14",
"npm-sort": "^0.0.4",
"turbo": "^2.4.4",
"typescript": "^5.7.3"
}
}