From 8e6a5a37663c6f20b3b3ed8897af2b1860d15473 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Thu, 8 Sep 2022 15:13:31 +0200 Subject: [PATCH] chore: Add analyzer in yarn scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3b250c6b..0cca79bc 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "cozy-notes", "version": "1.23.0", "scripts": { + "analyze": "COZY_SCRIPTS_ANALYZER=true yarn build", "build:browser:dev": "cs build --browser --development", "build:browser": "cs build --browser", "build:mobile": "cs build --mobile",