@inkeep/create-agents 0.8.4 → 0.8.5
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/dist/utils.js +1 -1
- package/package.json +1 -1
package/dist/utils.js
CHANGED
|
@@ -343,7 +343,7 @@ async function setupProjectInDatabase(config) {
|
|
|
343
343
|
// Run inkeep push
|
|
344
344
|
try {
|
|
345
345
|
// Suppress all output
|
|
346
|
-
await execAsync(`pnpm inkeep push --project src/${config.projectId}`);
|
|
346
|
+
await execAsync(`pnpm inkeep push --project src/${config.projectId} --config src/inkeep.config.ts`);
|
|
347
347
|
}
|
|
348
348
|
catch (_error) {
|
|
349
349
|
//Continue despite error - user can setup project manually
|