Skip to content

Commit 97327b0

Browse files
ci: build JS packages (#10156)
### Description Making sure we find out if we broke building JS packages sooner. ### Testing Instructions CI --------- Co-authored-by: Chris Olszewski <[email protected]>
1 parent f66fa46 commit 97327b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)