From 2131a1ea2c90e78374f070f41d4cfd4bef7f562e Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Wed, 2 Jul 2025 17:13:38 +0100 Subject: [PATCH] Try to fix action --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 572f4a6e..fd52b0ab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "url": "https://opencollective.com/SuperTinyIcons" }, "scripts": { - "test": "./node_modules/mocha/bin/mocha --timeout 5000", + "test": "npx mocha --timeout 5000", "postinstall": "opencollective-postinstall || true" }, "devDependencies": {