支持任务读取全局模块

This commit is contained in:
hanhh
2021-07-13 17:43:41 +08:00
parent 49045c39c7
commit 9ab702e344
4 changed files with 9 additions and 21 deletions
+1 -2
View File
@@ -292,8 +292,7 @@ patch_version() {
fi
if ! type ts-node >/dev/null 2>&1; then
pnpm i -g ts-node
pnpm i -g typescript
pnpm i -g ts-node typescript tslib
fi
}