From fb8c90eca8db36631502cfcc549a57c2a5e8682a Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 8 Jun 2024 16:47:03 +0200 Subject: [PATCH] try again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4908f92e7..4f4b67962 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "css": "yarn sass src/:dist/ --style compressed", "watch-css": "yarn sass src/:dist/ --watch --style compressed", "test": "karma start test/karma.conf.js", - "test:e2e": "yarn run cypress:run", + "test:e2e": "yarn run cypress run", "start-test-server": "node test/test-server.js" }, "bugs": {