diff --git a/.drone.jsonnet b/.drone.jsonnet index 58390e2..71aa14f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -27,7 +27,7 @@ local build_step = { }; local pack_step = { - name: "publish", + name: "pack", image: node_image, commands: ["npm pack"], };