feat: remove turbo
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
"main": "./index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"clean": "git clean -xdf .cache dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"vitest": "^2.1.8"
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"vitest": "^3.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user