NPM publish using Node container #4

Merged
Thilawyn merged 19 commits from npm-publish-fix into master 2023-12-29 04:27:34 +01:00
Showing only changes of commit a8331dd485 - Show all commits

View File

@@ -27,7 +27,7 @@ local build_step = {
};
local pack_step = {
name: "publish",
name: "pack",
image: node_image,
commands: ["npm pack"],
};