Skip to content

Commit

Permalink
[#383] Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Jul 3, 2023
1 parent d6a2ba3 commit 3b2c3d6
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 @@ -52,7 +52,7 @@
run %(npm set-script build "node app/javascript/build.js")
run %(
npm set-script build:css-production \
"sass #{source_stylesheet} #{bundled_stylesheet} #{(production_bundled_stylesheet_options).join(' ')}"
"sass #{source_stylesheet} #{bundled_stylesheet} #{production_bundled_stylesheet_options.join(' ')}"
)
run %(
npm set-script build:css \
Expand Down

0 comments on commit 3b2c3d6

Please sign in to comment.