From 19513a3f1d647eb0b727b7f3fd4763ff2b6b6b71 Mon Sep 17 00:00:00 2001 From: yarindeohcld Date: Mon, 12 Aug 2024 11:08:54 +0300 Subject: [PATCH] fix(react-store): test publish --- .github/workflows/ci.yml | 8 ++++---- apps/react-store/src/app/app.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f44dade..1e54abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: # Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud # - run: npx nx-cloud record -- echo Hello World # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected - - run: npx nx affected -t lint test build - - run: npx nx affected --parallel 1 -t e2e-ci +# - run: npx nx affected -t lint test build +# - run: npx nx affected --parallel 1 -t e2e-ci create-tags: runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.PAT }} - + - name: Git login run: | git config --global user.email "yarindeoh@gmail.com" @@ -58,7 +58,7 @@ jobs: - run: npm ci --legacy-peer-deps - uses: nrwl/nx-set-shas@v4 - + - run: npx nx release --skip-publish shell: bash env: diff --git a/apps/react-store/src/app/app.tsx b/apps/react-store/src/app/app.tsx index 5bff834..a029609 100644 --- a/apps/react-store/src/app/app.tsx +++ b/apps/react-store/src/app/app.tsx @@ -8,7 +8,7 @@ export function App() { return (

Welcome

-
nx react11
+
nx react13
); }