feat: fixes project dependecies and publish script

This commit is contained in:
2026-04-23 23:10:24 -03:00
parent e18980938e
commit 90701eec3d
2 changed files with 1 additions and 4 deletions

View File

@@ -83,7 +83,6 @@ const main = async () => {
branch: env.SCREEPS_BRANCH,
modules: parseDist(env.DIST_PATH),
};
console.log(JSON.stringify(payload));
const headers: ScreepsHeaders = {
'X-Token': env.SCREEPS_TOKEN,
};