Skip to content

Commit 7da878a

Browse files
committed
chore: Update build.sh script to work consistently with other projects
This fixes a number of small issues with build.sh related to running on a linux dev machine.
1 parent 7655fd8 commit 7da878a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ function lint() {
6868

6969
## deps - updates project dependencies to latest
7070
function deps() {
71+
npm config set registry https://registry.npmjs.org/ --project
72+
npm cache clean --force
7173
npm update --save
74+
npm config delete registry --project
7275
}
7376

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

0 commit comments

Comments
 (0)