154 Star 1.3K Fork 316

GVPAPITable / APITable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.js 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵自强 提交于 2023-11-13 15:56 . sync: hosted cloud (#1460)
// const { exec } = require('child_process');
// const fs = require('fs');
// const packageDir = 'packages/ai-components';
// if (fs.existsSync(packageDir) && fs.lstatSync(packageDir).isDirectory()) {
// if (!fs.existsSync(`${packageDir}/rollup.config.js`)) {
// return;
// }
// process.chdir(packageDir);
// const command = 'pnpm build';
// const childProcess = exec(command);
// childProcess.stdout.on('data', (data) => {
// console.log(data);
// });
// childProcess.stderr.on('data', (data) => {
// console.error(data);
// });
// childProcess.on('exit', (code) => {
// if (code === 0) {
// console.log(`Command '${command}' executed successfully.`);
// } else {
// console.error(`Command '${command}' failed with exit code ${code}.`);
// }
// });
// } else {
// console.error(`Directory '${packageDir}' does not exist.`);
// }
TypeScript
1
https://gitee.com/apitable/APITable.git
git@gitee.com:apitable/APITable.git
apitable
APITable
APITable
develop

搜索帮助