Skip to content

Commit

Permalink
Exclude frontends (previous root) workspace from typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 25, 2024
1 parent 05564a4 commit 4ab78e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontends/mit-open/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"yup": "^1.2.0"
},
"engines": {
"node": "20"
"node": "^20",
"yarn": "^1.22.11"
}
}
2 changes: 1 addition & 1 deletion frontends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-watch": "yarn global:test-watch",
"style-lint": "yarn foreach global:style-lint",
"style-lint-fix": "yarn foreach global:style-lint-fix",
"typecheck": "yarn foreach global:typecheck",
"typecheck": "yarn workspaces foreach -A --exclude . run global:typecheck",
"global:style-lint": "cd $INIT_CWD && stylelint '**/*.{css,scss,ts,tsx}' --allow-empty-input",
"global:style-lint-fix": "cd $INIT_CWD && stylelint '**/*.{css,scss,ts,tsx}' --allow-empty-input --fix",
"global:test": "cd $INIT_CWD && NODE_ENV=test jest",
Expand Down

0 comments on commit 4ab78e9

Please sign in to comment.