Ported bin folder to typescript.

This commit is contained in:
SamTV12345 2024-03-13 20:31:29 +01:00
parent a768b322cf
commit f9e3416d78
24 changed files with 346 additions and 1123 deletions

View file

@ -8,4 +8,4 @@ OUTDATED=$(npm outdated --depth=0 | awk '{print $1}' | grep '^ep_') || {
}
set -- ${OUTDATED}
echo "Updating plugins: $*"
exec npm install --no-save "$@"
exec pnpm install "$@"