Skip to content

Commit

Permalink
feature #873 [maintenance] - Ignore yarn.lock file (Ferror)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.12 branch.

Discussion
----------

PR Related with #872

Commits
-------

0da26af [maintenance] - Ignore yarn.lock file
1d59e1c optional yarn file in Dockerfile
  • Loading branch information
lchrusciel authored Nov 30, 2022
2 parents 09b01b6 + 1d59e1c commit 1b6a08f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8,281 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
/npm-debug.log
/yarn-error.log
/yarn.lock
###< symfony/webpack-encore-bundle ###
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN set -eux; \
;

# prevent the reinstallation of vendors at every changes in the source code
COPY package.json yarn.lock ./
COPY package.json yarn.* ./
RUN set -eux; \
yarn install; \
yarn cache clean
Expand Down
Loading

0 comments on commit 1b6a08f

Please sign in to comment.