We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ecbd3 commit 3ca0584Copy full SHA for 3ca0584
1 file changed
.diploi/helm/app.yaml
@@ -42,7 +42,7 @@ spec:
42
- /bin/sh
43
- -c
44
- |
45
- if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
+ if [ -f yarn.lock ]; then yarn --frozen-lockfile || yarn install; \
46
elif [ -f package-lock.json ]; then npm ci || npm i; \
47
elif [ -f pnpm-lock.yaml ]; then pnpm i --frozen-lockfile || pnpm i; \
48
elif [ -f package.json ]; then
0 commit comments