Skip to content

Commit

Permalink
Merge pull request #487 from ForgeRock/fix-command
Browse files Browse the repository at this point in the history
Fix command
  • Loading branch information
ryanbas21 authored Nov 7, 2024
2 parents 3f3d26e + 4ef6a47 commit d4cc59b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
13 changes: 12 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [
"@forgerock/device-client",
"@forgerock/davinci-client",
"autoscript-apps",
"autoscript-suites",
"davinci-app",
"mock-api",
"token-vault-app",
"@forgerock/token-vault-interceptor",
"token-vault-proxy",
"token-vault-suites"
]
}
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,15 @@ jobs:
id: changesets
with:
publish: pnpm ci:release
version: pnpm ci:version
title: Release PR
branch: master
setupGitUser: false
env:
# See https://github.com/changesets/action/issues/147
HOME: ${{ github.workspace }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: 'true'
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

- name: rebase develop with main on publish
Expand All @@ -100,3 +101,4 @@ jobs:
git push -f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"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 -r release",
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"changeset": "pnpm changeset",
"commit": "git cz",
"docs": "nx affected --target=typedoc",
Expand Down
3 changes: 0 additions & 3 deletions packages/javascript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
}
},
"type": "module",
"scripts": {
"release": "pnpm publish"
},
"devDependencies": {
"vitest": "^1.4.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/ping-protect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@
"types": "./dist/index.ts.d.ts",
"peerDependencies": {
"@forgerock/javascript-sdk": "workspace:*"
},
"scripts": {
"release": "pnpm publish"
}
}
3 changes: 0 additions & 3 deletions packages/token-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
},
"peerDependencies": {
"@forgerock/javascript-sdk": "workspace:*"
},
"scripts": {
"release": "pnpm publish"
}
}

0 comments on commit d4cc59b

Please sign in to comment.