File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
b2c-plugin-example-config Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8585
8686 - name : Publish to npm
8787 run : |
88- cd packages /b2c-tooling-sdk && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
89- cd ${{ github.workspace }}/packages/ b2c-cli && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
90- # cd packages /b2c-dx-mcp && npm publish --provenance --tag ${{ steps.release-type.outputs.tag }}
88+ pnpm --filter @salesforce /b2c-tooling-sdk publish --provenance --no-git-checks --tag ${{ steps.release-type.outputs.tag }}
89+ pnpm --filter @salesforce/ b2c-cli publish --provenance --no-git-checks --tag ${{ steps.release-type.outputs.tag }}
90+ # pnpm --filter @salesforce /b2c-dx-mcp publish --provenance --no-git-checks --tag ${{ steps.release-type.outputs.tag }}
9191
9292 # - name: Extract changelog for release
9393 # if: steps.release-type.outputs.type == 'stable'
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/b2c-cli" ,
33 "description" : " A Salesforce Commerce Cloud B2C CLI" ,
4- "version" : " 0.0.4 " ,
4+ "version" : " 0.0.5 " ,
55 "author" : " Charles Lavery" ,
66 "bin" : {
77 "b2c" : " ./bin/run.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/b2c-dx-mcp" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " MCP server for B2C Commerce Cloud developer experience tools" ,
55 "author" : " Salesforce" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/b2c-plugin-example-config" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Example plugin demonstrating custom config source for B2C CLI" ,
55 "author" : " Salesforce Commerce Cloud" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @salesforce/b2c-tooling-sdk" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Core tooling library for Salesforce Commerce Cloud B2C CLI" ,
55 "author" : " Charles Lavery" ,
66 "license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments