From 701ee93915dab9909566863a78998875e173a75d Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Tue, 12 Sep 2023 22:53:02 -0700 Subject: [PATCH] update script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 09b89e11e..5795d8f62 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ ], "scripts": { "build": "lerna run build --stream", + "build-test": "lerna run build", "build:core": "lerna run build --stream --scope \"@jupyter-ai/core\"", "build:prod": "lerna run build:prod --stream", "clean": "lerna run clean",