Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Jul 2, 2024
1 parent 8577a0d commit 7c78e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/integration-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...');
Expand Down

0 comments on commit 7c78e34

Please sign in to comment.