Fix modules dir tsc not running in CI (#33811)
* Fix modules dir tsc not running in CI * Switch to nx run-many for ci task This has smarter scheduling logic for dependant tasks
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint:js": "eslint --max-warnings 0 playwright */src -c ./.eslintrc.cjs",
|
||||
"lint:ts": "tsc --noEmit",
|
||||
"lint:types": "nx lint:types --",
|
||||
"test:playwright": "nx test:playwright --",
|
||||
"test:playwright:open": "nx test:playwright -- --ui",
|
||||
"test:playwright:screenshots": "nx test:playwright:screenshots --"
|
||||
|
||||
Reference in New Issue
Block a user