1 Star 0 Fork 14

张吉东/AFFiNE

forked from Gitee 极速下载/AFFiNE 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pnpmfile.cjs 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
alt0 提交于 2023-01-09 11:32 . chore: move ci.js to ci.cjs
const fs = require('fs');
function getCustomize() {
const customed = fs.existsSync('./module-resolve.cjs');
if (!customed) {
return null;
}
const script = require('./module-resolve.cjs');
return script && script.resolve;
}
const customize = getCustomize();
function readPackage(pkg) {
if (!customize) {
return pkg;
}
const customizedPkg = customize(pkg);
return customizedPkg;
}
module.exports = {
hooks: {
readPackage,
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zzdpy/AFFiNE.git
git@gitee.com:zzdpy/AFFiNE.git
zzdpy
AFFiNE
AFFiNE
master

搜索帮助