From cc6c59f41d9d219ad041f7fd7b88e56fb96786c2 Mon Sep 17 00:00:00 2001 From: Romain Menke <11521496+romainmenke@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:21:25 +0200 Subject: [PATCH] Update ecosystem.yml --- data/ecosystem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ecosystem.yml b/data/ecosystem.yml index d7e595d..4f32ad2 100644 --- a/data/ecosystem.yml +++ b/data/ecosystem.yml @@ -13,7 +13,7 @@ packages: - '@stylistic/stylelint-plugin' - [ '@wordpress/stylelint-config', - { test-command: 'npm run test:unit -- --testPathPattern packages/stylelint-config' }, + { test-command: 'npm run test:unit -- --testPathPattern packages/stylelint-config ' }, ] - 'stylelint-actions-formatters' - 'stylelint-checkstyle-reporter'