Skip to content

Commit a34051c

Browse files
authored
Merge pull request #195 from arethetypeswrong/fix-pnpm
Use workspace: links
2 parents c0e93a2 + e41e831 commit a34051c

File tree

4 files changed

+7
-26
lines changed

4 files changed

+7
-26
lines changed

Diff for: .github/workflows/version-or-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: pnpm check-dts
4242
- uses: changesets/action@v1
4343
with:
44-
publish: pnpm changeset publish
44+
publish: pnpm publish -r
4545
version: pnpm run version
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Diff for: packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"typescript": "5.3.3"
5454
},
5555
"dependencies": {
56-
"@arethetypeswrong/core": "0.15.1",
56+
"@arethetypeswrong/core": "workspace:../core",
5757
"chalk": "^4.1.2",
5858
"cli-table3": "^0.6.3",
5959
"commander": "^10.0.1",

Diff for: packages/history/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333
"prepublishOnly": "pnpm tsc && pnpm generate"
3434
},
3535
"dependencies": {
36-
"@arethetypeswrong/core": "0.15.1"
36+
"@arethetypeswrong/core": "workspace:../core"
3737
},
3838
"devDependencies": {
39-
"@arethetypeswrong/core": "file:../core",
4039
"@azure/storage-blob": "^12.14.0",
4140
"@types/cli-progress": "^3.11.0",
4241
"@types/node": "^22.5.0",

Diff for: pnpm-lock.yaml

+4-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)