Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 14, 2024
1 parent 8a17ed2 commit c92d972
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
with:
package: '@wordpress/stylelint-config'
stylelint-version: stylelint@latest
test-command: npm run test:unit -- --testPathPattern packages/stylelint-config
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
with:
package: '@wordpress/stylelint-config'
stylelint-version: stylelint/stylelint
test-command: npm run test:unit -- --testPathPattern packages/stylelint-config
5 changes: 4 additions & 1 deletion data/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ packages:
]
- '@stylistic/stylelint-config'
- '@stylistic/stylelint-plugin'
- '@wordpress/stylelint-config'
- [
'@wordpress/stylelint-config',
{ test-command: 'npm run test:unit -- --testPathPattern packages/stylelint-config' },
]
- 'stylelint-actions-formatters'
- 'stylelint-checkstyle-reporter'
# - 'stylelint-codeframe-formatter'
Expand Down

0 comments on commit c92d972

Please sign in to comment.