Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitytakei committed Dec 4, 2024
1 parent 93dbcbf commit 582f744
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 323 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ RUN bundle config set --local build.nokogiri --use-system-libraries && \
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git

# Install node modules
COPY .yarn/releases /.yarn/releases
COPY .yarn/plugins /.yarn/plugins
COPY .yarn/ ./.yarn/
COPY package.json yarn.lock .yarnrc.yml ./
RUN yarn install --frozen-lockfile

Expand Down
Loading

0 comments on commit 582f744

Please sign in to comment.