NTP-25387 | Range Error crash fix | Move back to NPM (#14498)

This commit is contained in:
Kshitij Pramod Ghongadi
2025-01-14 23:45:25 +05:30
committed by GitHub
parent cbacc25e02
commit 53948166b5
7 changed files with 12982 additions and 6766 deletions

View File

@@ -21,8 +21,7 @@ RUN --mount=type=secret,id=RELEASE_STORE_FILE \
echo $(cat /run/secrets/RELEASE_STORE_FILE) | base64 -d >> android/app/navi-release-key.jks
RUN npm cache clean --force
RUN npm install --global yarn
RUN yarn install
RUN npm install
RUN --mount=type=secret,id=RELEASE_STORE_PASSWORD \
--mount=type=secret,id=RELEASE_KEY_ALIAS \