From 3b2c3d6de51cd2d5185ff2e6b7832e2d17d85547 Mon Sep 17 00:00:00 2001 From: Andy Duong Date: Mon, 3 Jul 2023 13:28:06 +0700 Subject: [PATCH] [#383] Fix rubocop --- .template/variants/web/package.json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template/variants/web/package.json.rb b/.template/variants/web/package.json.rb index 0b1a4a7c..34b2e414 100644 --- a/.template/variants/web/package.json.rb +++ b/.template/variants/web/package.json.rb @@ -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 \