diff --git a/.drone.jsonnet b/.drone.jsonnet index d7786f5..bfa489d 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -22,7 +22,7 @@ local lint_step = { local build_step = { name: "build", image: bun_image, - commands: ["bun run build", "ls -la"], + commands: ["bun run build", "ls -la dist"], }; local publish_step = { @@ -34,7 +34,7 @@ local publish_step = { }, commands: [ - "ls -la", + "ls -la dist", // "npm set registry https://git.jvalver.de/api/packages/thilawyn/npm/", // "npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken $NPM_TOKEN", // "npm publish",