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

fix: 修改配置信息

parent 64a4be32
{ {
"name": "parseform", "name": "parseformrender",
"version": "1.0.0", "version": "1.0.0",
"description": "> TODO: description", "description": "> TODO: description",
"author": "lijiwen <961370825@qq.com>", "author": "lijiwen <961370825@qq.com>",
......
...@@ -121,7 +121,7 @@ async function release() { ...@@ -121,7 +121,7 @@ async function release() {
pkgs.forEach((pkg, index) => { pkgs.forEach((pkg, index) => {
const pkgPath = join(cwd, 'packages', pkg.replace('pro-', '')); const pkgPath = join(cwd, 'packages', pkg.replace('pro-', ''));
const { name, version } = require(join(pkgPath, 'package.json')); const { name, version } = require(join(pkgPath, 'package.json'));
if (name === 'parseform') return false; if (name === 'parseformrender') return false;
const isNext = isNextVersion(version); const isNext = isNextVersion(version);
let isPackageExist = null; let isPackageExist = null;
if (args.publishOnly) { 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