fix: Typo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-06-23 10:42:27 +02:00
parent 26363eb249
commit b448fcc8bb

View File

@ -21,7 +21,7 @@ RUN pnpm install --frozen-lockfile
COPY . . COPY . .
ENV NODE_ENV=production ENV NODE_ENV=production
RUN pnp generate:types RUN pnpm generate:types
RUN pnpm build RUN pnpm build
# Production: copy build artifacts # Production: copy build artifacts