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 @@ -73,7 +73,7 @@ RUN yarn install --immutable
73
73
<% end -%>
74
74
<% if using_bun? -%>
75
75
# Install node modules
76
- COPY package.json bun.lockb ./
76
+ COPY package.json bun.lock* ./
77
77
RUN bun install --frozen-lockfile
78
78
79
79
<% end -%>
You can’t perform that action at this time.
0 commit comments