Fixed packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2023-12-29 20:52:03 +01:00
parent d0e574422a
commit 85d97e0ec8
3 changed files with 4 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ local build_step = {
local pack_step = {
name: "pack",
image: node_image,
commands: ["npm pack"],
commands: ["npm pack --dry-run"],
};
local publish_step = {