1 Star 0 Fork 350

柴宝/APITable

forked from APITable/APITable 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.js 895 Bytes
Copy Edit Raw Blame History
赵自强 authored 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.`);
// }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/chaibao/APITable.git
git@gitee.com:chaibao/APITable.git
chaibao
APITable
APITable
develop

Search