Skip to content

Commit

Permalink
Merge pull request #195 from arethetypeswrong/fix-pnpm
Browse files Browse the repository at this point in the history
Use workspace: links
  • Loading branch information
andrewbranch authored Aug 27, 2024
2 parents c0e93a2 + e41e831 commit a34051c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: pnpm check-dts
- uses: changesets/action@v1
with:
publish: pnpm changeset publish
publish: pnpm publish -r
version: pnpm run version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "5.3.3"
},
"dependencies": {
"@arethetypeswrong/core": "0.15.1",
"@arethetypeswrong/core": "workspace:../core",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
"prepublishOnly": "pnpm tsc && pnpm generate"
},
"dependencies": {
"@arethetypeswrong/core": "0.15.1"
"@arethetypeswrong/core": "workspace:../core"
},
"devDependencies": {
"@arethetypeswrong/core": "file:../core",
"@azure/storage-blob": "^12.14.0",
"@types/cli-progress": "^3.11.0",
"@types/node": "^22.5.0",
Expand Down
26 changes: 4 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a34051c

Please sign in to comment.