From db13a1ee0d4e599d20f56eb3d9fcaa52dff897f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 29 Dec 2023 03:35:59 +0100 Subject: [PATCH] Debug --- .drone.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",