Skip to content

Commit 5c38668

Browse files
committed
fix: ignore Drupal Lab package.json from getting picked up by testing utils
1 parent 5a3f3df commit 5c38668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/testing/testing-utils/test-utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function getPkgsChanged({ from = 'HEAD', base = 'master' } = {}) {
168168
'generator-bolt',
169169
'@bolt/drupal-twig-extensions',
170170
'@bolt/uikit-workshop',
171+
'@bolt/bolt-starter',
171172
];
172173

173174
// will contain package names and keep them unique

0 commit comments

Comments
 (0)