test ci --check

This commit is contained in:
Gsk54
2023-01-10 11:30:56 +01:00
parent e0d7306560
commit 6ec66bee1e
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ COPY package*.json ./
# Install app dependencies
RUN npm ci
RUN npx prisma generate
# Bundle app source
COPY . .