Skip to content

Commit

Permalink
update-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 8, 2024
1 parent 9e1ec5a commit c69c383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
package: '@shopify/stylelint-plugin'
stylelint-version: stylelint@latest
install-command: yarn
list-installed-versions-command: yarn list stylelint
list-installed-versions-command: yarn list --pattern stylelint
test-command: NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest
--runInBand
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
package: '@shopify/stylelint-plugin'
stylelint-version: stylelint/stylelint
install-command: yarn
list-installed-versions-command: yarn list stylelint
list-installed-versions-command: yarn list --pattern stylelint
test-command: NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest
--runInBand

0 comments on commit c69c383

Please sign in to comment.