Move to pnpm dlx with a 5-day lag to skip the latest zero-day npm package exploits

This commit is contained in:
David Heinemeier Hansson
2026-05-12 23:58:27 +02:00
parent c0e099fed5
commit 8d5e9e794e
11 changed files with 26 additions and 33 deletions
-3
View File
@@ -1,3 +0,0 @@
echo "Install npx wrappers for AI CLI tools and playwright"
source "$OMARCHY_PATH/install/packaging/npx.sh"
-3
View File
@@ -1,3 +0,0 @@
echo "Update npx wrappers to run through mise node@latest"
source "$OMARCHY_PATH/install/packaging/npx.sh"
-3
View File
@@ -1,3 +0,0 @@
echo "Pin npx wrappers to the matching mise node runtime"
source "$OMARCHY_PATH/install/packaging/npx.sh"
-3
View File
@@ -1,3 +0,0 @@
echo "Install ghui (GitHub TUI) via npx wrapper"
omarchy-npx-install @kitlangton/ghui ghui
-3
View File
@@ -1,3 +0,0 @@
echo "Install hunkdiff npx wrapper as hunk"
omarchy-npx-install hunkdiff hunk
+3
View File
@@ -0,0 +1,3 @@
echo "Install npm package wrappers"
source "$OMARCHY_PATH/install/packaging/npm.sh"