Commit f8c02392 authored by 李纪文's avatar 李纪文

fix: 修改配置信息

parent 64a4be32
{
"name": "parseform",
"name": "parseformrender",
"version": "1.0.0",
"description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>",
......
......@@ -121,7 +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;
if (name === 'parseformrender') 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