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.
1 parent a173f1f commit 3679717Copy full SHA for 3679717
lib/install/esbuild/install.rb
@@ -8,4 +8,5 @@
8
say %(Add "scripts": { "build": "#{build_script}" } to your package.json), :green
9
else
10
run %(npm set-script build "#{build_script}")
11
+ run %(yarn build)
12
end
lib/install/rollup/install.rb
@@ -9,4 +9,5 @@
13
lib/install/webpack/install.rb
0 commit comments