From eb0d011b3efd28033c3b5cfb806e19a0e93095c6 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 27 Jun 2024 00:48:43 -0700 Subject: [PATCH] chore(launcher-spawn): add check-types --- .changeset/dry-owls-smash.md | 5 +++++ packages/plugin-launcher-spawn/package.json | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/dry-owls-smash.md diff --git a/.changeset/dry-owls-smash.md b/.changeset/dry-owls-smash.md new file mode 100644 index 00000000..42142088 --- /dev/null +++ b/.changeset/dry-owls-smash.md @@ -0,0 +1,5 @@ +--- +'@pockethost/plugin-launcher-spawn': patch +--- + +Added check-types support for Turbo diff --git a/packages/plugin-launcher-spawn/package.json b/packages/plugin-launcher-spawn/package.json index 2c38eefc..8b35eb7c 100644 --- a/packages/plugin-launcher-spawn/package.json +++ b/packages/plugin-launcher-spawn/package.json @@ -5,6 +5,9 @@ "type": "git", "url": "http://github.com/pockethost/pockethost/packages/plugin-launcher-spawn" }, + "scripts": { + "check-types": "tsc --noEmit " + }, "description": "A spawn()-based launcher for pockethost.", "main": "src/index.ts", "module": "src/index.ts",