@braid-cloud/cli 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@braid-cloud/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Install braid prompts as agent skills to your local development environment",
5
5
  "type": "module",
6
6
  "bin": {
@@ -28,7 +28,8 @@
28
28
  "typecheck": "if command -v tsgo >/dev/null 2>&1; then tsgo --noEmit || tsc --noEmit --incremental --tsBuildInfoFile .turbo/typecheck.tsbuildinfo; else tsc --noEmit --incremental --tsBuildInfoFile .turbo/typecheck.tsbuildinfo; fi",
29
29
  "test": "vitest run",
30
30
  "test:unit": "vitest run --exclude=src/**/*.integration.test.ts",
31
- "test:integration": "vitest run src/*.integration.test.ts",
31
+ "test:integration": "vitest run integration.test.ts --passWithNoTests",
32
+ "test:e2e": "vitest run e2e.test.ts --passWithNoTests",
32
33
  "prepublishOnly": "npm run build"
33
34
  },
34
35
  "dependencies": {