From 194a5fbae161665f5632a94307aa8d0b3b2138b9 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 28 Mar 2022 14:06:58 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Make=20sure=20to=20build?= =?UTF-8?q?=20typebot-js=20on=20prepare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbe501b239..15acbed1d7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "docker:up": "docker compose -f docker-compose.dev.yml up -d", "docker:nuke": "docker compose -f docker-compose.dev.yml down --volumes --remove-orphans", - "dev:prepare": "turbo run build --scope=bot-engine --no-deps --include-dependencies", + "dev:prepare": "turbo run build --scope=bot-engine --no-deps --include-dependencies && turbo run build --scope=typebot-js --no-deps", "dev": "yarn docker:up && yarn dev:prepare && turbo run dx --parallel", "dev:mocking": "yarn docker:up && NEXT_PUBLIC_E2E_TEST=enabled turbo run dx --parallel", "build": "yarn docker:up && turbo run build",