From f99c0546e3f9fa9619649b4c02592de1e48ce34e Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 14 Feb 2023 13:59:15 +0000 Subject: [PATCH] chore: build script --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9f0acdba5..3ac8e475b 100644 --- a/package.json +++ b/package.json @@ -2,5 +2,8 @@ "private": true, "workspaces": [ "packages/*" - ] -} + ], + "scripts": { + "build": "yarn workspace @snort/nostr build && yarn workspace @snort/app build" + } +} \ No newline at end of file