Skip to content

Commit e169d35

Browse files
ci: enforce ignore-scripts policy for Node package managers
1 parent eb8a054 commit e169d35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ COPY app/src ./src
1313

1414
# Run tests to validate app
1515
FROM app-base AS test
16+
COPY .yarnrc.yml .
1617
RUN yarn install
1718
RUN yarn test
1819

0 commit comments

Comments
 (0)