Compare commits

...
Author SHA1 Message Date
Pranav f6e4b3ad06 Remove pnpm install 2025-02-04 16:50:30 -08:00
Pranav 37ced63fc1 Use 9.x or greater 2025-02-04 15:27:25 -08:00
+1 -1
View File
@@ -2,7 +2,7 @@
# https://github.com/rails/rails/issues/43906#issuecomment-1099992310
task before_assets_precompile: :environment do
# run a command which starts your packaging
system('pnpm install')
system('pnpm install') unless ENV['VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL'] == 'true'
system('echo "-------------- Bulding SDK for Production --------------"')
system('pnpm run build:sdk')
system('echo "-------------- Bulding App for Production --------------"')