From a91c997aedc64de91092a55ba0ce5970dbb2eab4 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 4 Jul 2023 15:48:44 +0100 Subject: [PATCH] Revert building SDK from root package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 49e9e5f8b2..cad6eaf88d 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "clean": "lerna run clean", "build": "run-s build:types build:packages", "build:types": "lerna run --scope @nymproject/types build --stream", - "build:packages": "run-s build:packages:theme build:packages:react build:packages:sdk", - "build:packages:sdk": "lerna run --scope @nymproject/sdk build:local", + "build:packages": "run-s build:packages:theme build:packages:react", "build:packages:theme": "lerna run --scope @nymproject/mui-theme build", "build:packages:react": "lerna run --scope @nymproject/react build", "build:react-example": "lerna run --scope @nymproject/react-webpack-with-theme-example build --stream",