CI lint
All checks were successful
Lint / lint (push) Successful in 10s

This commit is contained in:
Julien Valverdé
2025-01-16 23:37:40 +01:00
parent bdb41a6975
commit 5c6d778612
3 changed files with 5 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
"private": true,
"workspaces": ["./packages/*"],
"scripts": {
"build": "bun run --filter 'reffuse' build",
"lint:tsc": "bun run --filter '*' lint:tsc",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"