mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
Fix pnpm format command failing with some files (#622)
* Fix `pnpm format` command failure - Update prettier and plugins dependencies - Add auto-install-peers to .npmrc - Fix formating of previously failing files - Some basic security mitigations (`pnpm audit --fix`) * setup-system.sh: Don't do a full system update on ArchLinux * Revert "Some basic security mitigations (`pnpm audit --fix`)"
This commit is contained in:
committed by
GitHub
parent
d811266793
commit
d4f3fdc186
2
.github/scripts/setup-system.sh
vendored
2
.github/scripts/setup-system.sh
vendored
@@ -121,7 +121,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
# Protobuf compiler - https://github.com/archlinux/svntogit-packages/blob/packages/protobuf/trunk/PKGBUILD provides `libprotoc`
|
||||
ARCH_LIBP2P_DEPS="protobuf"
|
||||
|
||||
sudo pacman -Syu
|
||||
sudo pacman -Sy
|
||||
sudo pacman -S --needed $ARCH_TAURI_DEPS $ARCH_FFMPEG_DEPS $ARCH_BINDGEN_DEPS $ARCH_LIBP2P_DEPS
|
||||
elif command -v dnf >/dev/null; then
|
||||
echo "Detected dnf!"
|
||||
|
||||
Reference in New Issue
Block a user