feat: some stuff
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m54s

This commit is contained in:
2024-04-06 18:03:45 +02:00
parent 74ab286f15
commit 38a7f83096
8 changed files with 40 additions and 12 deletions

View File

@ -13,6 +13,7 @@ RUN npm install -g pnpm
# Display installed versions
RUN node --version && \
npm --version && \
tar --version && \
git --version && \
git-lfs version && \
pnpm --version