Skip to content

Commit b1a3f7b

Browse files
authored
[4.0] One more (#35533)
* [4.0] One more * Update cleanup-media.es6.js
1 parent 6a35ea8 commit b1a3f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build-modules-js/init/cleanup-media.es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const RootPath = process.cwd();
1313
*/
1414
module.exports.cleanVendors = async () => {
1515
if (process.env.SKIP_COMPOSER_CHECK === 'YES') {
16+
await mkdir('media/vendor/debugbar', { recursive: true, mode: 0o755 });
1617
// eslint-disable-next-line no-console
1718
console.log('Skipping the DebugBar assets...');
1819
return;

0 commit comments

Comments
 (0)