Skip to content

Commit 0f617b9

Browse files
committed
Merge branch 'main' into experimental-transform-types
2 parents d9f4396 + a34051c commit 0f617b9

File tree

4 files changed

+7
-26
lines changed

4 files changed

+7
-26
lines changed

.github/workflows/version-or-publish.yml

Lines changed: 1 addition & 1 deletion
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 }}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "5.3.3"
5555
},
5656
"dependencies": {
57-
"@arethetypeswrong/core": "0.15.1",
57+
"@arethetypeswrong/core": "workspace:../core",
5858
"chalk": "^4.1.2",
5959
"cli-table3": "^0.6.3",
6060
"commander": "^10.0.1",

packages/history/package.json

Lines changed: 1 addition & 2 deletions
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",

pnpm-lock.yaml

Lines changed: 4 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)