We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7655fd8 commit 7da878aCopy full SHA for 7da878a
build.sh
@@ -68,7 +68,10 @@ function lint() {
68
69
## deps - updates project dependencies to latest
70
function deps() {
71
+ npm config set registry https://registry.npmjs.org/ --project
72
+ npm cache clean --force
73
npm update --save
74
+ npm config delete registry --project
75
}
76
77
# write_e2e_env - Loads secrets from the gcloud project and writes
0 commit comments