Commit 64a4be32 authored by 李纪文's avatar 李纪文

fix: 修改配置信息

parent 16b2d361
......@@ -121,6 +121,7 @@ async function release() {
pkgs.forEach((pkg, index) => {
const pkgPath = join(cwd, 'packages', pkg.replace('pro-', ''));
const { name, version } = require(join(pkgPath, 'package.json'));
if (name === 'parseform') return false;
const isNext = isNextVersion(version);
let isPackageExist = null;
if (args.publishOnly) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment