From c9c91038577731872fc2111a8f81aea91825e709 Mon Sep 17 00:00:00 2001 From: kxtzownsu Date: Thu, 27 Feb 2025 23:26:38 +0000 Subject: [PATCH] after popular demand, make build script build the extension --- cloneAndInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cloneAndInstall.sh b/cloneAndInstall.sh index 700017b..8e545c0 100644 --- a/cloneAndInstall.sh +++ b/cloneAndInstall.sh @@ -26,6 +26,7 @@ mkdir -p src/plugins/sentFromMyDevice cp ../index.ts src/plugins/sentFromMyDevice/ pnpm i pnpm build +pnpm buildWeb cat <