We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc4175 commit 98258c4Copy full SHA for 98258c4
packages/wp-build/src/build.mjs
@@ -65,7 +65,7 @@ const TEST_FILE_PATTERNS = [
65
*/
66
function getAllPackages() {
67
return glob
68
- .sync( path.join( PACKAGES_DIR, '*', 'package.json' ) )
+ .sync( normalizePath( path.join( PACKAGES_DIR, '*', 'package.json' ) ) )
69
.map( ( packageJsonPath ) =>
70
path.basename( path.dirname( packageJsonPath ) )
71
);
0 commit comments