From e33e63af285d226b23f30878f6a317d16bf6ff7f Mon Sep 17 00:00:00 2001 From: Chris McKenzie Date: Sun, 17 Sep 2023 18:17:38 -0700 Subject: [PATCH] Fixing the provisioning script --- v4.4.1/Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v4.4.1/Vagrantfile b/v4.4.1/Vagrantfile index d33b2670..fd2785be 100644 --- a/v4.4.1/Vagrantfile +++ b/v4.4.1/Vagrantfile @@ -12,6 +12,9 @@ source ~/.bashrc nvm install v10.24.1 bundle install npm install +cd ../ +# This higher level one has to exist here to satisfy the fonts and svg creation +npm install SCRIPT