From f2252759ad17853d3df411f81237116fb97293a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Wed, 13 Nov 2024 12:34:23 +0100 Subject: [PATCH] Fix the "test" script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f72805d..578fd7d 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ }, "scripts": { "start": "node bin/php_minifier.js --help", - "test": "cake test" + "test": "gulp test" } }