Skip to content

Commit

Permalink
fix(react-store): test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 12, 2024
1 parent 5164d90 commit 19513a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Git login
run: |
git config --global user.email "yarindeoh@gmail.com"
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/react-store/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function App() {
return (
<StyledApp>
<h1>Welcome</h1>
<div>nx react11</div>
<div>nx react13</div>
</StyledApp>
);
}
Expand Down

0 comments on commit 19513a3

Please sign in to comment.