Switch from npm to mise for the lazy-loaded tools

This commit is contained in:
David Heinemeier Hansson
2026-05-25 16:49:18 +02:00
parent 8ffb498168
commit f1f75ee11b
13 changed files with 35 additions and 100 deletions
-3
View File
@@ -1,3 +0,0 @@
echo "Install npm package wrappers using pnpm with 5-day security lag"
source "$OMARCHY_PATH/install/packaging/npm.sh"
@@ -1,3 +0,0 @@
echo "Refresh npm wrappers with update support"
source "$OMARCHY_PATH/install/packaging/npm.sh"
+5
View File
@@ -0,0 +1,5 @@
echo "Install mise package wrappers"
rm -f "$HOME/.local/bin/playwright-cli"
source "$OMARCHY_PATH/install/packaging/mise.sh"