Skip to content

Commit

Permalink
[#385] Update merge array method
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed May 12, 2023
1 parent ebab0d0 commit 761ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
run %(npm set-script build "node app/javascript/build.js")
run %(
npm set-script build:css \
"sass #{source_stylesheet} #{bundled_stylesheet} #{bundled_stylesheet_options.merge(production_bundled_stylesheet_options).join(' ')}"
"sass #{source_stylesheet} #{bundled_stylesheet} #{(bundled_stylesheet_options + production_bundled_stylesheet_options).join(' ')}"
)
run %(
npm set-script build:css-dev \
Expand Down

0 comments on commit 761ee1b

Please sign in to comment.