File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "format" : " prettier --write ." ,
3434 "lint" : " eslint --cache --cache-location ./node_modules/.cache/eslint ." ,
3535 "start" : " cross-env NODE_ENV=production node ./start.js" ,
36- "typecheck" : " tsc -b - -noEmit" ,
36+ "typecheck" : " tsc --noEmit" ,
3737 "validate" : " run-p \" test -- --run\" lint typecheck"
3838 },
3939 "dependencies" : {
Original file line number Diff line number Diff line change 2525 ],
2626 "scripts" : {
2727 "dev" : " tsx src/index.ts" ,
28- "typecheck" : " tsc -b - -noEmit" ,
28+ "typecheck" : " tsc --noEmit" ,
2929 "build" : " tshy" ,
3030 "inspect" : " mcp-inspector" ,
3131 "build:watch" : " nx watch --projects=@epic-web/workshop-mcp -- nx run \\ $NX_PROJECT_NAME:build"
Original file line number Diff line number Diff line change 154154 " dist"
155155 ],
156156 "scripts" : {
157- "typecheck" : " tsc -b - -noEmit" ,
157+ "typecheck" : " tsc --noEmit" ,
158158 "build" : " tshy" ,
159159 "build:watch" : " nx watch --projects=@epic-web/workshop-utils -- nx run \\ $NX_PROJECT_NAME:build"
160160 },
Original file line number Diff line number Diff line change 2020 "dependsOn" : [" @epic-web/workshop-app:build" ]
2121 },
2222 "typecheck" : {
23- "command" : " tsc -b - -noEmit"
23+ "command" : " tsc --noEmit"
2424 },
2525 "test" : {
2626 "executor" : " @nx/playwright:playwright" ,
You can’t perform that action at this time.
0 commit comments