From f719d206fa5e0d6663700295e87ed3fed0f9d9ac Mon Sep 17 00:00:00 2001 From: CoCo_Code_Op1123 Date: Fri, 18 Jun 2021 15:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.codechina-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codechina-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index ae56d01..0106d0f 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -29,7 +29,9 @@ publish: echo "//registry.npmjs.org/:_authToken=\${NPM_PUBLISH_TOKEN}" } >> .npmrc fi - - echo "Created the following .npmrc:"; cat .npmrc + - npm config get registry + - echo "Created the following .npmrc:" + - cat .npmrc # Extract a few values from package.json - NPM_PACKAGE_NAME=$(node -p "require('./package.json').name") -- GitLab