Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Mar 30, 2024
1 parent b3b67e5 commit ddc420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ const __dirname = dirname(fileURLToPath(import.meta.url));

function exec(cmd) {
console.log(chalk.dim(cmd));
execSync(cmd, { cwd: cacheFolder });
execSync(cmd, { cwd: cacheFolder, encoding: 'utf-8' });
}
})();

0 comments on commit ddc420f

Please sign in to comment.