compile
Some checks failed
PR Check / lint-and-format (pull_request) Failing after 11s

This commit is contained in:
Mylloon 2024-11-02 18:16:47 +01:00
parent 0a2e8972f4
commit d017e30180
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,7 +14,7 @@ COPY --chown=node:node . .
ENV NODE_ENV=production
RUN npm ci --omit=dev && \
npx tsc && \
npm run compile && \
rm -r src/ tsconfig.json && \
npm uninstall typescript @types/sqlite3 && \
npm cache clean --force