Skip to content

Commit

Permalink
Revert "Use pnpm publish -r to publish packages (#189)"
Browse files Browse the repository at this point in the history
This reverts commit b9ac154.
  • Loading branch information
TooTallNate committed May 25, 2023
1 parent b3860aa commit a17014f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -36,8 +36,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
version: pnpm ci:version
publish: pnpm ci:publish
version: pnpm version:prepare
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"test": "turbo run test",
"test-e2e": "turbo run test-e2e",
"format": "prettier --write \"**/*.{ts,js}\"",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "pnpm publish -r"
"version:prepare": "changeset version && pnpm install --no-frozen-lockfile",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
Expand Down

1 comment on commit a17014f

@vercel
Copy link

@vercel vercel bot commented on a17014f May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

proxy-agents – ./

proxy-agents-tootallnate.vercel.app
proxy-agents.vercel.app
proxy-agents-git-main-tootallnate.vercel.app

Please sign in to comment.