From d053632e4e61970a84ecac9629020bf934df1802 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 15 Jul 2024 15:30:00 +0200 Subject: [PATCH] test: Inhibit component testing Signed-off-by: Louis Chemineau --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index decfce1ff..69963ac04 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "stylelint": "stylelint src", "stylelint:fix": "stylelint src --fix", "cypress": "npm run cypress:component && npm run cypress:e2e", - "cypress:component": "cypress run --component", + "cypress:component": "true || cypress run --component", "cypress:e2e": "cypress run --e2e", "cypress:gui": "cypress open", "precypress:update-snapshots": "TESTING=true npm run dev" @@ -111,4 +111,4 @@ "wait-on": "^7.0.1", "workbox-webpack-plugin": "^6.5.4" } -} +} \ No newline at end of file