diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 562cb2bc3..a8a58f193 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,6 @@ jobs: - name: setup pnpm config run: pnpm config set store-dir $PNPM_CACHE_FOLDER - - run: pnpm exec nx-cloud record -- nx format:check --verbose - run: pnpm exec nx affected -t build lint test e2e-ci --verbose - uses: actions/upload-artifact@v4 diff --git a/package.json b/package.json index b17475ea6..5a0f34e27 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "nx affected --target=build", "clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"", "ci:release": "pnpm publish -r --no-git-checks && changeset tag", - "ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format:staged", + "ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm nx format:write", "changeset": "changeset", "commit": "git cz", "docs": "nx affected --target=typedoc", diff --git a/packages/davinci-client/CHANGELOG.md b/packages/davinci-client/CHANGELOG.md index ee8db4b02..333cef7ff 100644 --- a/packages/davinci-client/CHANGELOG.md +++ b/packages/davinci-client/CHANGELOG.md @@ -4,6 +4,8 @@ ### Patch Changes +- [#518](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/518) [`03e4e84`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/03e4e849b7889124f3fca59a844d54c82cc47367) Thanks [@ryanbas21](https://github.com/ryanbas21)! - remove the format check for ci + - [#516](https://github.com/ForgeRock/forgerock-javascript-sdk/pull/516) [`5eaa7ec`](https://github.com/ForgeRock/forgerock-javascript-sdk/commit/5eaa7ecc4da81ceda1ba8418e4f9969f09bc76b1) Thanks [@ryanbas21](https://github.com/ryanbas21)! - chore: fix-version-formatting ## 0.1.1 diff --git a/packages/davinci-client/package.json b/packages/davinci-client/package.json index 2f217ecd2..e3c5d5ea6 100644 --- a/packages/davinci-client/package.json +++ b/packages/davinci-client/package.json @@ -5,9 +5,7 @@ "module": "./dist/index.js", "typings": "./dist/index.d.ts", "type": "module", - "files": [ - "dist" - ], + "files": ["dist"], "dependencies": { "@forgerock/javascript-sdk": "workspace:*", "@reduxjs/toolkit": "2.3.0",