chore: Update install script, removed debug flag

This commit is contained in:
Mauro Balades
2024-07-20 22:31:13 +02:00
parent 49ee736731
commit 7106409061
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ then
Xvfb :2 -screen 0 1024x768x24 &
export LLVM_PROFDATA=$HOME/.mozbuild/clang/bin/llvm-profdata
export DISPLAY=:2
pnpm build -d
pnpm build
else
echo "Xvfb could not be found, running without it"
echo "ASSUMING YOU ARE RUNNING THIS ON MACOS"