From 4dac125f90fed1d8c07e385c803c78177b7d2f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJamesHenry=E2=80=9D?= Date: Thu, 18 Jan 2024 17:02:05 +0400 Subject: [PATCH] chore: invoke compile via nx in ci_ts_latest --- .github/workflows/ci_ts_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_ts_latest.yml b/.github/workflows/ci_ts_latest.yml index 0cc015d324..eb4e81ef35 100644 --- a/.github/workflows/ci_ts_latest.yml +++ b/.github/workflows/ci_ts_latest.yml @@ -27,4 +27,4 @@ jobs: - name: build run: | yarn workspace rxjs add typescript@latest @types/node@latest --peer --no-save - yarn workspace rxjs compile + yarn nx compile rxjs