Skip to content

Commit

Permalink
Remove useWorkspaces and cat lerna.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Aug 7, 2023
1 parent c8018f5 commit 8228c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/apply-force-publish-labels.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ async function applyForcePublishLabels() {
const lerna = {
version: 'independent',
npmClient: 'pnpm',
useWorkspaces: true,
command: {
publish: {
registry: 'https://registry.npmjs.org',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: node ./.github/scripts/apply-force-publish-labels.mjs
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: pnpm run deploy
- run: cat ./lerna.json && pnpm run deploy
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
SLACK_WEBHOOK_URL: ${{secrets.NPM_SLACK_WEBHOOK}}
Expand Down

0 comments on commit 8228c04

Please sign in to comment.