Skip to content

Commit a17014f

Browse files
committed
Revert "Use pnpm publish -r to publish packages (#189)"
This reverts commit b9ac154.
1 parent b3860aa commit a17014f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: changesets
3737
uses: changesets/action@v1
3838
with:
39-
version: pnpm ci:version
40-
publish: pnpm ci:publish
39+
version: pnpm version:prepare
40+
publish: pnpm release
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "turbo run test",
88
"test-e2e": "turbo run test-e2e",
99
"format": "prettier --write \"**/*.{ts,js}\"",
10-
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
11-
"ci:publish": "pnpm publish -r"
10+
"version:prepare": "changeset version && pnpm install --no-frozen-lockfile",
11+
"release": "changeset publish"
1212
},
1313
"devDependencies": {
1414
"@changesets/cli": "^2.26.1",

0 commit comments

Comments
 (0)