|
|
@@ -164,7 +164,7 @@ const releaseWeb = () => {
|
|
|
GLOBAL_DATA.buildLock = true;
|
|
|
const webRootPath = path.resolve(__rootPath, 'web');
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- exec('npm run build', { cwd: webRootPath }, (error, stdout, stderr) => {
|
|
|
+ exec('pnpm run build:antd', { cwd: webRootPath }, (error, stdout, stderr) => {
|
|
|
GLOBAL_DATA.buildLock = false;
|
|
|
if (error) {
|
|
|
reject(new Error(stderr) || error);
|