@inkeep/create-agents 0.14.15 → 0.15.0
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 +0 -1
- package/package.json +1 -1
package/dist/utils.js
CHANGED
|
@@ -379,7 +379,6 @@ async function setupProjectInDatabase(config) {
|
|
|
379
379
|
async function setupDatabase() {
|
|
380
380
|
try {
|
|
381
381
|
// Run drizzle-kit migrate to apply migrations to database
|
|
382
|
-
await execAsync('pnpm db:generate');
|
|
383
382
|
await execAsync('pnpm db:migrate');
|
|
384
383
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
|
385
384
|
}
|