5 lines
60 B
Bash
5 lines
60 B
Bash
#!/bin/bash
|
|
|
|
pnpm i -g npm-check-updates
|
|
ncu -u
|
|
pnpm install |