> test > npm test -w backend && npm test -w frontend > @ainative-okr/backend@1.0.0 test > export DATABASE_URL='file:./test.db' JWT_SECRET='test-secret'; npm run db:setup && prisma db seed && node --import tsx --test test/**/*.test.ts > @ainative-okr/backend@1.0.0 db:setup > prisma generate && node scripts/setup-sqlite.mjs sh: prisma: command not found npm error Lifecycle script `db:setup` failed with error: npm error code 127 npm error path /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend npm error workspace @ainative-okr/backend@1.0.0 npm error location /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend npm error command failed npm error command sh -c prisma generate && node scripts/setup-sqlite.mjs npm error Lifecycle script `test` failed with error: npm error code 127 npm error path /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend npm error workspace @ainative-okr/backend@1.0.0 npm error location /Users/thanhnguyen/Documents/AI/HarnessHkt/Harness_Hakathon/Output_CASAN5_REFINED/AINative_OKR_CASAN5/backend npm error command failed npm error command sh -c export DATABASE_URL='file:./test.db' JWT_SECRET='test-secret'; npm run db:setup && prisma db seed && node --import tsx --test test/**/*.test.ts