From b7e7d6dd364e5775209acf1874b59f065dbf15c6 Mon Sep 17 00:00:00 2001 From: Juri Date: Fri, 31 Jan 2025 09:36:24 +0100 Subject: [PATCH] without sleep --- .github/workflows/ci.yml | 2 +- nx.json | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 339e9fe..3dc0d98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,5 @@ jobs: cache: "npm" - run: npm ci --legacy-peer-deps - uses: nrwl/nx-set-shas@v4 - - run: sleep 180 # ignore, just for the purpose of the benchmark + # - run: sleep 180 # ignore, just for the purpose of the benchmark - run: npx nx run-many -t typecheck build diff --git a/nx.json b/nx.json index 6e6d52d..4572aee 100644 --- a/nx.json +++ b/nx.json @@ -2,19 +2,12 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "typecheck": { - "outputs": [ - "{projectRoot}/out-tsc" - ], - "dependsOn": [ - "^typecheck" - ] + "outputs": ["{projectRoot}/out-tsc"], + "dependsOn": ["^typecheck"] } }, "namedInputs": { - "default": [ - "{projectRoot}/**/*", - "sharedGlobals" - ], + "default": ["{projectRoot}/**/*", "sharedGlobals"], "production": [ "default", "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", @@ -78,6 +71,6 @@ } }, "nxCloudId": "679c877cd5cf20060aafed7b", - "bump": 6, + "bump": 7, "nxCloudUrl": "https://staging.nx.app" -} \ No newline at end of file +}