diff --git a/apps/bulldozer-js/package.json b/apps/bulldozer-js/package.json index 1f079dd62..ee053d4d0 100644 --- a/apps/bulldozer-js/package.json +++ b/apps/bulldozer-js/package.json @@ -7,7 +7,7 @@ "scripts": { "start": "tsx --expose-gc src/index.ts", "dev": "NODE_ENV=development tsx watch --clear-screen=false --expose-gc src/index.ts", - "run-bulldozer-studio": "tsx watch --clear-screen=false scripts/run-bulldozer-studio.ts", + "run-bulldozer-studio": "NODE_ENV=development tsx watch --clear-screen=false scripts/run-bulldozer-studio.ts", "profile:performance": "tsx scripts/profile-bulldozer-performance.ts", "test": "vitest run", "test:watch": "vitest watch",