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 6a35ea8 commit b1a3f7bCopy full SHA for b1a3f7b
build/build-modules-js/init/cleanup-media.es6.js
@@ -13,6 +13,7 @@ const RootPath = process.cwd();
13
*/
14
module.exports.cleanVendors = async () => {
15
if (process.env.SKIP_COMPOSER_CHECK === 'YES') {
16
+ await mkdir('media/vendor/debugbar', { recursive: true, mode: 0o755 });
17
// eslint-disable-next-line no-console
18
console.log('Skipping the DebugBar assets...');
19
return;
0 commit comments