Skip to content

Commit b1fd330

Browse files
committed
Reduce deploy noise by skipping duplicate Vite dependency install
1 parent b233ded commit b1fd330

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/deploy.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
set :repo_url, "git@github.com:UWM-Libraries/GeoDiscovery.git"
1010

1111
set :default_env, {
12-
"NODE_OPTIONS" => "--max-old-space-size=2048"
12+
"NODE_OPTIONS" => "--max-old-space-size=2048",
13+
"VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL" => "true"
1314
}
1415

1516
# Default branch is :main

0 commit comments

Comments
 (0)