fix: build time

This commit is contained in:
Hasta Ragil Saputra
2019-01-29 11:58:10 +07:00
parent abbc2790f3
commit 3ee2588d4e
3 changed files with 20 additions and 32 deletions

View File

@@ -31,3 +31,9 @@ module.exports = () => {
symlink(srcPath, assetPath2);
}
};
if (require.main === module) {
module.exports();
console.log('done');
}