diff --git a/src/scripts/integration-tests.ts b/src/scripts/integration-tests.ts index 8487aa9f56..93b0fb6545 100644 --- a/src/scripts/integration-tests.ts +++ b/src/scripts/integration-tests.ts @@ -13,7 +13,7 @@ async function main() { execSync('dotenv -e .env.test -- prisma db push --schema="./prisma/robochimp.prisma"', { stdio: 'inherit' }); console.log('Building...'); - execSync('yarn prebuild:scripts', { stdio: 'inherit' }); + execSync('yarn pre:build', { stdio: 'inherit' }); execSync('yarn build:esbuild', { stdio: 'inherit' }); console.log('Starting tests...');