Commit 08e9572 1 parent 8b66b5b commit 08e9572 Copy full SHA for 08e9572
File tree 2 files changed +2
-2
lines changed
packages/eslint-config-turbo/src/flat
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
# to run when turbo core changes. This job (`js_packages`) does not run on turborpeo core
73
73
# changes, and we don't want to enable that beahvior for _all_ our JS packages.
74
74
run : |
75
- TURBO_API= turbo run check-types test --filter="!turborepo-repository" --filter={./packages/*}...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --color --env-mode=strict
75
+ TURBO_API= turbo run check-types test build --filter="!turborepo-repository" --filter={./packages/*}...[${{ github.event.pull_request.base.sha || 'HEAD^1' }}] --color --env-mode=strict
76
76
env :
77
77
NODE_VERSION : ${{ matrix.node-version }}
78
78
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import plugin from "eslint-plugin-turbo";
5
5
export default [
6
6
{
7
7
plugins : {
8
- turbo : plugin ,
8
+ turbo : [ plugin ] ,
9
9
} ,
10
10
rules : {
11
11
"turbo/no-undeclared-env-vars" : "error" ,
You can’t perform that action at this time.
0 commit comments