From f7ed547e4e5f77a36b31291838a24ac54e2f79e1 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Mon, 6 Nov 2023 12:05:02 -0700 Subject: [PATCH] cleanup --- .gitlab-ci.yml | 6 ++---- .npmrc | 1 - package.json | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9e0f21..862f7ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -variables: - GITLAB_TOKEN: '${CI_JOB_TOKEN}' - image: ${CI_REGISTRY}/devops/images/usgs/node:lts # Do not run for merge requests @@ -101,6 +98,7 @@ Publish npm: only: - tags needs: + - Angular Unit Tests - Audit - Audit Angular - Init @@ -114,5 +112,5 @@ Publish npm: git-tag-version=false EO_CONFIG - npm --no-git-tag-version version "${CI_COMMIT_TAG}"; - - npm publish + - npm publish --access public stage: publish diff --git a/.npmrc b/.npmrc index 9292540..fcdbb55 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ @ghsc:registry=https://code.usgs.gov/api/v4/packages/npm/ -//code.usgs.gov/api/v4/packages/npm/:_authToken=${GITLAB_TOKEN} diff --git a/package.json b/package.json index 5d11819..1863b6c 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,5 @@ "dependencies": { "@ghsc/nshmp-utils-ts": "^3.0.0", "d3": "^7.6.1" - }, - "publishConfig": { - "@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/" } } -- GitLab