Skip to content

Commit

Permalink
Added changeset and slightly changed some things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jun 28, 2023
1 parent 99109c0 commit 33b4d62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-lions-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@total-typescript/shoehorn": patch
---

Fixed some module resolution issues in earlier node versions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: pnpm turbo lint build test
- run: pnpm turbo lint build test attw
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
},
"lint": {},
"test": {},
"attw": {},
"attw": {
"dependsOn": ["build"],
"outputs": []
},
"dev": {
"cache": false
}
Expand Down

0 comments on commit 33b4d62

Please sign in to comment.