Skip to content

Commit 08e9572

Browse files
committed
ci: build JS packages
1 parent 8b66b5b commit 08e9572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-js-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# to run when turbo core changes. This job (`js_packages`) does not run on turborpeo core
7373
# changes, and we don't want to enable that beahvior for _all_ our JS packages.
7474
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
7676
env:
7777
NODE_VERSION: ${{ matrix.node-version }}
7878

packages/eslint-config-turbo/src/flat/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import plugin from "eslint-plugin-turbo";
55
export default [
66
{
77
plugins: {
8-
turbo: plugin,
8+
turbo: [plugin],
99
},
1010
rules: {
1111
"turbo/no-undeclared-env-vars": "error",

0 commit comments

Comments
 (0)