Skip to content

Commit 020ecd0

Browse files
committed
chore(deps): Update dependencies to latest versions and fix package-lock.json URLs
1 parent fb7b630 commit 020ecd0

File tree

3 files changed

+1824
-1678
lines changed

3 files changed

+1824
-1678
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ function lint() {
6969
## deps - updates project dependencies to latest
7070
function deps() {
7171
npm update --save
72+
# When we run this on a cloudtop, the urls in package-lock.json are replaced
73+
# with an internal server. We need to manually update package-lock.json
74+
# to set them back to https://registry.npmjs.org/
75+
sed -i '' "s|https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/|https://registry.npmjs.org/|g" package-lock.json
7276
}
7377

7478
# write_e2e_env - Loads secrets from the gcloud project and writes

0 commit comments

Comments
 (0)