From 534fba5cc9f519201877b2ea52e6331d39439914 Mon Sep 17 00:00:00 2001 From: Artur Sapek Date: Fri, 5 Apr 2024 11:22:25 -0400 Subject: [PATCH] build SDK first --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 98639b31c..d1d2a4832 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,8 @@ ], "scripts": { "build": "npm run build --workspaces --if-present", + "build:netlify": "npm run build --workspace=sdk; npm run build:netlify --workspace=wormhole-connect --if-present", + "build:builder": "npm run build --workspace=builder --if-present", "compile": "npm run compile --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "lint:ci": "npm run lint:ci --workspaces --if-present",