fix: applied shebang to wrong file
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
||||
if (k2 === undefined) k2 = k;
|
||||
@@ -154,6 +155,9 @@ async function doCompile() {
|
||||
doCompile().then(scriptMeta => {
|
||||
if (exports.CLIArgs.readme)
|
||||
(0, readmefile_1.updateReadmeFile)(scriptMeta);
|
||||
console.log(`\nFinished Compiling\n${exports.CLIArgs.watch ? 'Listening for Changes\n' : ''}`);
|
||||
console.log(`
|
||||
Finished Compiling
|
||||
${exports.CLIArgs.watch ? 'Listening for Changes
|
||||
' : ''}`);
|
||||
});
|
||||
//# sourceMappingURL=main.js.map
|
||||
//# sourceMappingURL=main.js.map
|
||||
|
||||
Reference in New Issue
Block a user