Skip to content

Commit

Permalink
ci: 发布命令错误修复
Browse files Browse the repository at this point in the history
发布命令错误修复
  • Loading branch information
hewx815 committed Sep 13, 2023
1 parent 2259221 commit edf1461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const main = async () => {

// 打包
log('开始构建npm包');
spawnSync('yarn build:package', { shell: true, stdio: 'inherit' });
spawnSync('yarn build', { shell: true, stdio: 'inherit' });
log('构建npm包结束');

// 发布
Expand Down

0 comments on commit edf1461

Please sign in to comment.