Skip to content

Commit dc661ff

Browse files
authored
Merge pull request #1321 from mathjax/fix/build
Make sure the build command makes the lib directory even if there are no imports
2 parents e68c42f + 47c35fd commit dc661ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/bin/build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function processGlobal() {
297297
prefix + indent + packages.join(',\n' + indent) + postfix,
298298
'}});'
299299
);
300+
makeDir('');
300301
fs.writeFileSync(path.join(LIB, COMPONENT + '.js'), lines.join('\n') + '\n');
301302
}
302303

0 commit comments

Comments
 (0)