Skip to content

Commit 2694813

Browse files
committed
Revert "Don't run postinstall script separately from yarn install"
This reverts commit 2c7c63e.
1 parent 66a04c6 commit 2694813

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

monitoring/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ COPY package.json yarn.lock ./
2424
COPY tsconfig.json ./
2525
COPY src ./src
2626

27-
RUN yarn install --frozen-lockfile
27+
RUN yarn install --frozen-lockfile --ignore-scripts
28+
RUN yarn run postinstall
2829

2930
RUN yarn build
3031

0 commit comments

Comments
 (0)