mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
ci: enable typecheck in code-quality workflow (#157)
* ci: enable typecheck in code-quality workflow * chore: added typecheck to controller-ext
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"build:dev": "webpack --mode development",
|
||||
"watch": "webpack --mode development --watch",
|
||||
"test": "node tests/test-simple.js",
|
||||
"test:auto": "node tests/test-auto.js"
|
||||
"test:auto": "node tests/test-auto.js",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"keywords": [
|
||||
"browser-automation",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"test:controller": "bun run --filter @browseros/server test:controller",
|
||||
"test:integration": "bun run --filter @browseros/server test:integration",
|
||||
|
||||
"typecheck": "tsc --build",
|
||||
"typecheck": "bun run --filter '*' typecheck",
|
||||
"lint": "bunx biome check",
|
||||
"lint:fix": "bunx biome check --write --unsafe",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user