Skip to content

Commit 47c35fd

Browse files
committed
Make sure the buuild command makes the lib directory even if there are no imports (so the file containing the version check can still be made)
1 parent e68c42f commit 47c35fd

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)