We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bun run build
1 parent e308e76 commit f5232abCopy full SHA for f5232ab
lib/install/bun/install.rb
@@ -1,7 +1,7 @@
1
require 'json'
2
3
if Rails.root.join("Procfile.dev").exist?
4
- append_to_file "Procfile.dev", "js: bun build --watch\n"
+ append_to_file "Procfile.dev", "js: bun run build --watch\n"
5
else
6
say "Add default Procfile.dev"
7
copy_file "#{__dir__}/Procfile.dev", "Procfile.dev"
0 commit comments