Skip to content

Commit

Permalink
skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jan 18, 2025
1 parent 421abd3 commit 190719a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
package: '@wordpress/stylelint-config'
stylelint-version: stylelint@latest
working-directory-is-workspace: true
build-command: exit 0
test-command: npm run test:unit -- --testPathPattern packages/stylelint-config
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
package: '@wordpress/stylelint-config'
stylelint-version: stylelint/stylelint
working-directory-is-workspace: true
build-command: exit 0
test-command: npm run test:unit -- --testPathPattern packages/stylelint-config
1 change: 1 addition & 0 deletions data/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages:
'@wordpress/stylelint-config',
{
working-directory-is-workspace: true,
build-command: 'exit 0',
test-command: 'npm run test:unit -- --testPathPattern packages/stylelint-config',
},
]
Expand Down

0 comments on commit 190719a

Please sign in to comment.