Fixed?
This commit is contained in:
@@ -22,7 +22,7 @@ local lint_step = {
|
||||
local build_step = {
|
||||
name: "build",
|
||||
image: bun_image,
|
||||
commands: ["bun run build", "ls -la dist"],
|
||||
commands: ["bun run build"],
|
||||
};
|
||||
|
||||
local publish_step = {
|
||||
@@ -34,10 +34,9 @@ local publish_step = {
|
||||
},
|
||||
|
||||
commands: [
|
||||
"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",
|
||||
"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",
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user