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 },