fix npm build

This commit is contained in:
stone-w4tch3r
2024-07-29 20:48:53 +05:00
parent 63d2cd96c0
commit 4a57edcda4

View File

@@ -44,7 +44,7 @@ WORKDIR /pake
# Install dependencies and build pake-cli
RUN --mount=type=cache,target=/root/.npm \
npm ci && \
npm install && \
npm run build
# Copy Rust build artifacts