修复pnpm全局安装

This commit is contained in:
whyour
2022-05-03 18:07:12 +08:00
parent c71d34cbac
commit 89f7b99a94
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
## 添加你需要重启自动执行的任意命令,比如 ql repo
## 安装node依赖使用 pnpm install -g xxx xxx
## 安装node依赖使用 pnpm add -g xxx xxx
## 安装python依赖使用 pip3 install xxx