From 7a4e48d0c7e894aff193ceb6888f8610a306a1e1 Mon Sep 17 00:00:00 2001 From: Nacho Vazquez Date: Sat, 13 Jul 2024 11:19:51 -0300 Subject: [PATCH] fix: restore ci config --- .github/workflows/ci.yml | 2 +- nx.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02b8a18f..66347aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: pnpm exec cypress verify pnpm exec cypress info pnpm exec nx-cloud record -- nx format:check - pnpm exec nx affected -t lint test build e2e + pnpm exec nx affected -t lint test build e2e-ci deploy-docs: name: '[Merge] Deploy docs to GitHub Pages' diff --git a/nx.json b/nx.json index 756acabc..43944404 100644 --- a/nx.json +++ b/nx.json @@ -34,6 +34,10 @@ "inputs": ["default", "^production"], "cache": true }, + "start": { + "dependsOn": ["^build"], + "inputs": ["production", "^production"] + }, "build-package": { "cache": true },