Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Aug 19, 2024
1 parent acdc8e5 commit 9726510
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 @@ -24,7 +24,7 @@ jobs:
package: stylelint-less
stylelint-version: stylelint@latest
set-overrides-command: npm pkg set pnpm.overrides.stylelint
install-command: pnpm i
install-command: pnpm install --no-frozen-lockfile
list-installed-versions-command: pnpm list 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 @@ -24,7 +24,7 @@ jobs:
package: stylelint-less
stylelint-version: stylelint/stylelint
set-overrides-command: npm pkg set pnpm.overrides.stylelint
install-command: pnpm i
install-command: pnpm install --no-frozen-lockfile
list-installed-versions-command: pnpm list 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 @@ -43,7 +43,7 @@ packages:
'stylelint-less',
{
set-overrides-command: 'npm pkg set pnpm.overrides.stylelint',
install-command: 'pnpm i',
install-command: 'pnpm install --no-frozen-lockfile',
list-installed-versions-command: 'pnpm list stylelint',
build-command: 'pnpm -r build',
test-command: 'pnpm -r test',
Expand Down

0 comments on commit 9726510

Please sign in to comment.