From 13754e6da7f051d474586484c9590f5c936a8db6 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 17 Feb 2025 17:32:21 +0100 Subject: [PATCH] remove double entry from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c86de5e7..a9a903f0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "build": "rollup -c", "start": "rollup -c -w", "test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .", - "test:component": "cypress run --component --browser electron", "lint": "npm run test:lint:eslint", "lintfix": "npm run test:lint:eslint -- --fix", "test:component": "cypress run --component --browser electron",