Skip to content

Commit b7cfd31

Browse files
authored
fix(ci): use official npm registry for pipeline deps
Normalize lockfile resolved URLs to the official npm registry and add a pipeline guard for future non-official registry URLs.
1 parent 5aee1fd commit b7cfd31

5 files changed

Lines changed: 225 additions & 88 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ stages:
117117
- script: |
118118
set -euo pipefail
119119
echo "Installing pipeline dependencies for helper scripts"
120+
npm run check:official-registry
120121
HUSKY=0 npm ci
121122
displayName: "Install pipeline dependencies"
122123

0 commit comments

Comments
 (0)