From 33b4d62580680364705a5dafa9454735b3bf4dce Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 28 Jun 2023 09:32:45 +0100 Subject: [PATCH] Added changeset and slightly changed some things around. --- .changeset/short-lions-reply.md | 5 +++++ .github/workflows/main.yml | 2 +- turbo.json | 5 ++++- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changeset/short-lions-reply.md diff --git a/.changeset/short-lions-reply.md b/.changeset/short-lions-reply.md new file mode 100644 index 0000000..7a8c626 --- /dev/null +++ b/.changeset/short-lions-reply.md @@ -0,0 +1,5 @@ +--- +"@total-typescript/shoehorn": patch +--- + +Fixed some module resolution issues in earlier node versions. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90b6126..31a91a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/turbo.json b/turbo.json index 3b24e03..d7b780c 100644 --- a/turbo.json +++ b/turbo.json @@ -6,7 +6,10 @@ }, "lint": {}, "test": {}, - "attw": {}, + "attw": { + "dependsOn": ["build"], + "outputs": [] + }, "dev": { "cache": false }