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",