File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actioncable/lib/rails/generators/channel
railties/lib/rails/generators/rails/app/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def using_js_runtime?
105
105
end
106
106
107
107
def using_bun?
108
- # Cannot assume bun.lockb has been generated yet so we look for a file known to
108
+ # Cannot assume Bun lockfile has been generated yet so we look for a file known to
109
109
# be generated by the jsbundling-rails gem
110
110
@using_bun ||= using_js_runtime? && root . join ( "bun.config.js" ) . exist?
111
111
end
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN yarn install --frozen-lockfile
66
66
<% end -%>
67
67
<% if using_bun? -%>
68
68
# Install node modules
69
- COPY package.json bun.lockb ./
69
+ COPY package.json bun.lock* ./
70
70
RUN bun install --frozen-lockfile
71
71
72
72
<% end -%>
You can’t perform that action at this time.
0 commit comments