taskforceai-cli
Advanced tools
+1
-1
| { | ||
| "name": "taskforceai-cli", | ||
| "version": "0.5.0", | ||
| "version": "0.6.0", | ||
| "description": "TaskForceAI terminal client with SQLite database support for npm-based installs.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+9
-0
@@ -69,2 +69,11 @@ import { spawnSync } from 'node:child_process'; | ||
| if (goVersion.error || goVersion.status !== 0) { | ||
| // In CI/build environments (like Vercel), the CLI binary is not needed for the web app | ||
| // Exit gracefully to allow the build to continue | ||
| if (process.env.CI || process.env.VERCEL || process.env.NETLIFY) { | ||
| console.log( | ||
| '[taskforceai-cli] Skipping build in CI environment (Go not available, binary not needed for web app)' | ||
| ); | ||
| process.exit(0); | ||
| } | ||
| console.error( | ||
@@ -71,0 +80,0 @@ '[taskforceai-cli] ERROR: No pre-built binary available and Go toolchain not found.' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
116509486
2.4%175
4.79%7
75%