mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[build] babel requires the directory containing the cache exist
This commit is contained in:
parent
c2cb8761a1
commit
ed99db7ada
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.exports = function (grunt) {
|
|||
grunt.registerTask('_build:babelOptions', function () {
|
||||
unlink(srcFile);
|
||||
rename(buildFile, srcFile);
|
||||
grunt.file.mkdir('build/kibana/optimize');
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue