Debug
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Julien Valverdé
2023-12-29 03:28:30 +01:00
parent e01a909ee4
commit fda96c3de2

View File

@@ -25,19 +25,9 @@ local build_step = {
commands: ["bun run build"],
};
// local publish_step = {
// name: "publish",
// image: "plugins/npm",
// settings: {
// registry: "https://git.jvalver.de/api/packages/thilawyn/npm",
// token: { from_secret: "npm_token" },
// },
// };
local publish_step = {
name: "publish",
image: "node:14",
image: "node:20",
environment: {
NPM_TOKEN: { from_secret: "npm_token" }