From 687fb4e10551680fa0d77e08706d1437c71b1743 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 8 Oct 2025 09:57:40 +0500 Subject: [PATCH] setup: remove editor-mobile from build all exclusion filter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14284d684..b4ae7467b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "prepare": "husky install && npm run bootstrap", "bootstrap": "node scripts/bootstrap.mjs", "clean": "node scripts/clean.mjs", - "build": "npm run tx -- build --all --exclude=mobile,web,editor-mobile,monograph,theme-builder", + "build": "npm run tx -- build --all --exclude=mobile,web,monograph,theme-builder,vericrypt", "build:web": "npm run tx web:build", "build:vericrypt": "npm run tx vericrypt:build", "build:test:web": "npm run tx web:build:test",