diff --git a/package.json b/package.json index 0200cf0..4aef5ab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "scripts": { "start": "node main.ts", "once": "node main.ts once", + "check": "npm run fmt:check && npm run typecheck && npm run lint && npm run test", "test": "node --test", + "test:watch": "node --test --watch", "typecheck": "tsc", "lint": "oxlint", "lint:fix": "oxlint --fix",