test ci --check
This commit is contained in:
parent
ad4a31645f
commit
cacf0a3132
|
@ -13,11 +13,11 @@ COPY package*.json ./
|
|||
# Install app dependencies
|
||||
RUN npm ci
|
||||
|
||||
RUN npx prisma generate
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
RUN npx prisma generate
|
||||
|
||||
# Creates a "dist" folder
|
||||
RUN npm run build
|
||||
|
||||
|
|
Loading…
Reference in New Issue