NPM publish using Node container #4
@@ -45,8 +45,8 @@ local publish_step = {
|
|||||||
|
|
||||||
commands: [
|
commands: [
|
||||||
"npm --version",
|
"npm --version",
|
||||||
"npm set registry https://git.jvalver.de/api/packages/jvalverde/npm",
|
"npm set registry https://git.jvalver.de/api/packages/jvalverde/npm/",
|
||||||
"npm config set -- '//git.jvalver.de/api/packages/jvalverde/npm/:_authToken' '$NPM_TOKEN'",
|
"npm config set -- //git.jvalver.de/api/packages/jvalverde/npm/:_authToken $NPM_TOKEN",
|
||||||
"npm whoami",
|
"npm whoami",
|
||||||
"npm publish",
|
"npm publish",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "20231229.0.0",
|
"version": "20231229.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.jvalver.de/api/packages/jvalverde/npm"
|
"registry": "https://git.jvalver.de/api/packages/jvalverde/npm/"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|||||||
Reference in New Issue
Block a user