cleanup grpc generated files

This commit is contained in:
peintnermax
2023-09-20 08:30:38 +02:00
parent d0fcf894d5
commit e364274aff
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"test:unit:watch": "jest --watch", "test:unit:watch": "jest --watch",
"dev": "tsup --watch --dts", "dev": "tsup --watch --dts",
"lint": "eslint \"src/**/*.ts*\"", "lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf src/proto"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.14.0", "@bufbuild/buf": "^1.14.0",

View File

@@ -19,7 +19,7 @@
"test:unit:watch": "jest --watch", "test:unit:watch": "jest --watch",
"dev": "tsup --dts --watch", "dev": "tsup --dts --watch",
"lint": "eslint \"src/**/*.ts*\"", "lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf src/proto"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.14.0", "@bufbuild/buf": "^1.14.0",