Remove pnpm install
This commit is contained in:
@@ -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
@@ -140,7 +140,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.x",
|
||||
"pnpm": ">=9.x"
|
||||
"pnpm": "9.x"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user