Skip to content

Commit da989a1

Browse files
committed
chore: fix-formatting
1 parent 6bc605b commit da989a1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
PNPM_CACHE_FOLDER: .pnpm-store
1111
NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
1212
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
13+
CI: true
1314

1415
jobs:
1516
publish-or-pr:
@@ -42,13 +43,13 @@ jobs:
4243
- run: pnpm exec playwright install
4344

4445
- uses: nrwl/nx-set-shas@v4
45-
with:
46-
main-branch-name: main
46+
47+
- run: git branch --track main origin/main
4748

4849
- name: setup pnpm config
4950
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
5051

51-
- run: pnpm exec nx affected -t build lint test e2e
52+
- run: pnpm exec nx affected -t build lint test e2e-ci
5253

5354
- uses: actions/upload-artifact@v4
5455
if: ${{ !cancelled() }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "nx affected --target=build",
1717
"changeset": "changeset",
1818
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
19-
"ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm nx format:write",
19+
"ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm nx format:write --uncommitted",
2020
"circular-dep-check": "madge --circular .",
2121
"clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"",
2222
"commit": "git cz",

0 commit comments

Comments
 (0)