fix(core): update
This commit is contained in:
28
npmextra.json
Normal file
28
npmextra.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"npmdocker": {
|
||||
"baseImage": "hosttoday/ht-docker-node:npmci",
|
||||
"command": "echo \"inside docker now\"",
|
||||
"dockerSock": true
|
||||
},
|
||||
"npmci": {
|
||||
"npmGlobalTools": [],
|
||||
"npmRegistryUrl": "verdaccio.lossless.one",
|
||||
"dockerRegistryRepoMap": {
|
||||
"registry.gitlab.com": "losslessone/services/servezone/coretraffic"
|
||||
},
|
||||
"dockerBuildargEnvMap": {
|
||||
"NPMCI_TOKEN_NPM2": "NPMCI_TOKEN_NPM2"
|
||||
}
|
||||
},
|
||||
"gitzone": {
|
||||
"projectType": "service",
|
||||
"module": {
|
||||
"githost": "gitlab.com",
|
||||
"gitscope": "servezone/private",
|
||||
"gitrepo": "coretraffic",
|
||||
"shortDescription": "route traffic within your docker setup. TypeScript ready.",
|
||||
"npmPackagename": "@servezone_private/coretraffic",
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user