From 2a1a36674fa2cf10b2c61ce071194f355415444b Mon Sep 17 00:00:00 2001 From: ricoThaka <134652418+ricoThaka@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:25:28 -0800 Subject: [PATCH] Update bootstrap --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index ffea48c..305a88e 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -1,6 +1,6 @@ #!/bin/sh set -e -npm ci +# npm ci gem install bundler bundle install