Skip to content

Commit ff60b71

Browse files
committed
Quiet npx output
1 parent f68439b commit ff60b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18 AS pruner
33
WORKDIR /triggerdotdev
44

55
COPY . .
6-
RUN npx turbo prune --scope=webapp --docker
6+
RUN npx -q turbo prune --scope=webapp --docker
77
RUN find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
88

99
# Base strategy to have layer caching

0 commit comments

Comments
 (0)