Remove pnpm install

This commit is contained in:
Pranav
2025-02-04 16:50:30 -08:00
parent 37ced63fc1
commit f6e4b3ad06
2 changed files with 2 additions and 2 deletions
+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 --------------"')
+1 -1
View File
@@ -140,7 +140,7 @@
},
"engines": {
"node": "20.x",
"pnpm": ">=9.x"
"pnpm": "9.x"
},
"husky": {
"hooks": {