remove unnecessary newline
All checks were successful
publish.yml / publish (push) Successful in 22s

This commit is contained in:
2026-04-19 00:13:48 +02:00
parent 2de74a9882
commit 9531e5aad4

View File

@@ -1,7 +1,6 @@
FROM node:lts-alpine AS build FROM node:lts-alpine AS build
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm install
RUN npm run build RUN npm run build