1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

Remove unused npm commands

This commit is contained in:
Jeffrey Holland
2025-12-18 16:44:37 +01:00
parent f79b012073
commit be9432ad91

View File

@@ -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"
}
}