mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-21 12:55:09 +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",
|
"build:dev": "webpack --mode development",
|
||||||
"watch": "webpack --mode development --watch",
|
"watch": "webpack --mode development --watch",
|
||||||
"test": "node tests/test-simple.js",
|
"test": "node tests/test-simple.js",
|
||||||
"test:auto": "node tests/test-auto.js"
|
"test:auto": "node tests/test-auto.js",
|
||||||
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser-automation",
|
"browser-automation",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"test:controller": "bun run --filter @browseros/server test:controller",
|
"test:controller": "bun run --filter @browseros/server test:controller",
|
||||||
"test:integration": "bun run --filter @browseros/server test:integration",
|
"test:integration": "bun run --filter @browseros/server test:integration",
|
||||||
|
|
||||||
"typecheck": "tsc --build",
|
"typecheck": "bun run --filter '*' typecheck",
|
||||||
"lint": "bunx biome check",
|
"lint": "bunx biome check",
|
||||||
"lint:fix": "bunx biome check --write --unsafe",
|
"lint:fix": "bunx biome check --write --unsafe",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user