Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Aug 19, 2024
1 parent 8fb2fed commit be873dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
set-overrides-command: npm pkg set pnpm.overrides.stylelint
stylelint-version-override: latest
install-command: pnpm install --no-frozen-lockfile
list-installed-versions-command: pnpm list --long --json stylelint
list-installed-versions-command: pnpm list --long stylelint
build-command: pnpm -r build
test-command: pnpm -r test
2 changes: 1 addition & 1 deletion .github/workflows/test-package-stylelint-less-d99.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
set-overrides-command: npm pkg set pnpm.overrides.stylelint
stylelint-version-override: github:stylelint/stylelint
install-command: pnpm install --no-frozen-lockfile
list-installed-versions-command: pnpm list --long --json stylelint
list-installed-versions-command: pnpm list --long stylelint
build-command: pnpm -r build
test-command: pnpm -r test
2 changes: 1 addition & 1 deletion data/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packages:
{
set-overrides-command: 'npm pkg set pnpm.overrides.stylelint',
install-command: 'pnpm install --no-frozen-lockfile',
list-installed-versions-command: 'pnpm list --long --json stylelint',
list-installed-versions-command: 'pnpm list --long stylelint',
build-command: 'pnpm -r build',
test-command: 'pnpm -r test',
},
Expand Down

0 comments on commit be873dd

Please sign in to comment.