Fix
Some checks failed
Lint / lint (push) Successful in 13s
Build / build (pull_request) Failing after 26s

This commit is contained in:
Julien Valverdé
2025-09-18 00:55:45 +02:00
parent f078c5196c
commit 5d725458f3
5 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"lint:tsc": "tsc --noEmit",
"clean:node": "rm -rf node_modules"
"clean:modules": "rm -rf node_modules"
},
"dependencies": {
"@effect/rpc": "^0.69.2",