Skip to content

Commit cfbdcf6

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: setup pnpm config
4949
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
5050

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

5353
- uses: actions/upload-artifact@v4
5454
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)