Commit 7ab0f76d authored by 李纪文's avatar 李纪文

fix: 发布版本

parent e502e7f2
Pipeline #25464 passed with stages
in 4 minutes 25 seconds
{ {
"name": "parseformrender", "name": "parseform",
"version": "1.1.0", "version": "1.1.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 === 'parseformrender') return false; if (name === 'parseform') 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