From be9432ad918b00bb2b6364f20edb3c3b99e1b848 Mon Sep 17 00:00:00 2001 From: Jeffrey Holland Date: Thu, 18 Dec 2025 16:44:37 +0100 Subject: [PATCH] Remove unused npm commands --- apps/browser/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/browser/package.json b/apps/browser/package.json index de51739c9a2..cf2be624a22 100644 --- a/apps/browser/package.json +++ b/apps/browser/package.json @@ -63,8 +63,6 @@ "test:watch": "jest --watch", "test:watch:all": "jest --watchAll", "test:clearCache": "jest --clear-cache", - "update:dev:chrome": "./scripts/update-manifest-dev.sh", - "compile:autofill-variables": "node ./scripts/compile-autofill-variables.js", - "watch:autofill-variables": "nodemon --watch src/autofill/shared/styles/variables.scss --exec 'npm run compile:autofill-variables'" + "update:dev:chrome": "./scripts/update-manifest-dev.sh" } }