NPM publish using Node container #4
@@ -36,7 +36,8 @@ local publish_step = {
|
||||
commands: [
|
||||
"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 publish",
|
||||
"npm pack",
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user