File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11class Nuxi < Formula
22 desc "Nuxt CLI (nuxi) for creating and managing Nuxt projects"
33 homepage "https://github.com/nuxt/cli"
4- url "https://registry.npmjs.org/nuxi/-/nuxi-3.30 .0.tgz"
5- sha256 "210145c695b60cfa6698aeafc9c98161b4c7c45222be62bccc13afec6a410a94 "
4+ url "https://registry.npmjs.org/nuxi/-/nuxi-3.31 .0.tgz"
5+ sha256 "a24380a43f0613a5033889ca9c1d828d75fb8e002c58aa72e0bf88167289ffc5 "
66 license "MIT"
77 head "https://github.com/nuxt/cli.git" , branch : "main"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , all : "c80ea8b75bb5e1eaea79cbd67e256d59453a9e655d9b8c2ed83ed342ae8d544f "
10+ sha256 cellar : :any_skip_relocation , all : "7812d990e9f7bc86d88fbc9f5227c4146e75d6092c98d800748d8568fdf6534e "
1111 end
1212
1313 depends_on "node"
@@ -26,7 +26,7 @@ def install
2626 ENV [ "CI" ] = "1"
2727 target = testpath /"nuxi-tmp"
2828 output = shell_output (
29- "#{ bin } /nuxt init . --cwd #{ target } -f --no-install --packageManager npm -- gitInit -M --preferOffline" ,
29+ "#{ bin } /nuxt init . --cwd #{ target } -f --template=minimal --gitInit --packageManager=npm --preferOffline" ,
3030 )
3131 assert_predicate target , :directory?
3232 assert_predicate target /".git" , :directory?
You can’t perform that action at this time.
0 commit comments