Skip to content

Commit

Permalink
use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 14, 2024
1 parent 4b247a3 commit c165bdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
with:
package: stylelint-suitcss
stylelint-version: stylelint@latest
install-command: yarn
list-installed-versions-command: yarn list --pattern stylelint
2 changes: 2 additions & 0 deletions .github/workflows/test-package-stylelint-suitcss-968.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
with:
package: stylelint-suitcss
stylelint-version: stylelint/stylelint
install-command: yarn
list-installed-versions-command: yarn list --pattern stylelint
5 changes: 4 additions & 1 deletion data/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ packages:
- 'stylelint-scss'
- 'stylelint-selector-bem-pattern'
- 'stylelint-stylus'
- 'stylelint-suitcss'
- [
'stylelint-suitcss',
{ install-command: 'yarn', list-installed-versions-command: 'yarn list --pattern stylelint' },
]
- 'stylelint-use-logical'
- 'stylelint-use-logical-spec'
- 'stylelint-use-nesting'
Expand Down

0 comments on commit c165bdd

Please sign in to comment.