Run web build script manually

This commit is contained in:
Bill Thornton 2023-03-10 12:24:43 -05:00
parent ce06fc3c28
commit c50bc44c3b
4 changed files with 6 additions and 1 deletions

View file

@ -35,6 +35,7 @@ chown root:root -R .
%build
npm ci --no-audit --unsafe-perm
npm run build:production
%install