From f4a72e34b3a4151673d7a4bba2ce51745b29ce73 Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Fri, 20 Sep 2024 15:32:09 +0200 Subject: [PATCH] style: update with rubocop --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 6fce610..618b72f 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,7 @@ def fix_babel_config(path) FileUtils.cp("#{__dir__}/babel.config.json", Dir.pwd) end end + def install_module(path) Dir.chdir(path) do system("npm i @babel/plugin-proposal-private-property-in-object")