diff --git a/packages/bash/package.json b/packages/bash/package.json index 8694afe..8a217fc 100644 --- a/packages/bash/package.json +++ b/packages/bash/package.json @@ -40,13 +40,14 @@ }, "license": "Apache-2.0", "packageManager": "pnpm@10.21.0", + "dependencies": { + "@capsule-run/bash-types": "workspace:*", + "shell-quote": "^1.8.3" + }, "devDependencies": { "@types/node": "^25.6.0", "@types/shell-quote": "^1.7.5", + "@capsule-run/bash-wasm": "workspace:*", "tsup": "^8.0.0" - }, - "dependencies": { - "@capsule-run/bash-types": "workspace:*", - "shell-quote": "^1.8.3" } } diff --git a/packages/bash/tsconfig.build.json b/packages/bash/tsconfig.build.json index 2a04e0b..e143bee 100644 --- a/packages/bash/tsconfig.build.json +++ b/packages/bash/tsconfig.build.json @@ -4,5 +4,6 @@ "composite": false, "declaration": true, "emitDeclarationOnly": true - } + }, + "exclude": ["**/*.test.ts"] } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee810f9..7140095 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,6 +77,9 @@ importers: specifier: ^1.8.3 version: 1.8.3 devDependencies: + '@capsule-run/bash-wasm': + specifier: workspace:* + version: link:../bash-wasm '@types/node': specifier: ^25.6.0 version: 25.6.0