From 7c78e345b0fe54e08d733df05a9ca94bbdde9b89 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:58:23 +1000 Subject: [PATCH] fix --- src/scripts/integration-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...');