This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user