update
This commit is contained in:
parent
8e61c363e4
commit
2fe6f1fa0e
@ -8,7 +8,7 @@
|
|||||||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules node node_modules/jest/bin/jest.js ",
|
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules node node_modules/jest/bin/jest.js ",
|
||||||
"test:app": "cross-env NODE_OPTIONS=--experimental-vm-modules node node_modules/jest/bin/jest.js -- app",
|
"test:app": "cross-env NODE_OPTIONS=--experimental-vm-modules node node_modules/jest/bin/jest.js -- app",
|
||||||
"list:package": "node ./packages/autopublish/index.js list",
|
"list:package": "node ./packages/autopublish/index.js list",
|
||||||
"autopublish": "node ./packages/autopublish/index.js",
|
"autopublish": "node ./packages/autopublish/index.js -a --no-ask",
|
||||||
"build-docs": "vuepress build docs",
|
"build-docs": "vuepress build docs",
|
||||||
"docs:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
|
"docs:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
|
||||||
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
|
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
|
||||||
|
@ -414,7 +414,6 @@ program
|
|||||||
.option("-s, --no-silent", "静默显示脚本输出")
|
.option("-s, --no-silent", "静默显示脚本输出")
|
||||||
.addOption(new Option('-i, --version-increment-step [value]', '版本增长方式').default("patch").choices(VERSION_STEPS))
|
.addOption(new Option('-i, --version-increment-step [value]', '版本增长方式').default("patch").choices(VERSION_STEPS))
|
||||||
.action(async (options) => {
|
.action(async (options) => {
|
||||||
console.log("options.all=",options.all)
|
|
||||||
// 发布所有包时只能在工作区根目录下执行
|
// 发布所有包时只能在工作区根目录下执行
|
||||||
if(options.all){
|
if(options.all){
|
||||||
assertInWorkspaceRoot()
|
assertInWorkspaceRoot()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@voerkai18n/babel",
|
"name": "@voerkai18n/babel",
|
||||||
"version": "1.0.21",
|
"version": "1.0.22",
|
||||||
"description": "VoerkaI18n babel plugin",
|
"description": "VoerkaI18n babel plugin",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||||
@ -20,5 +20,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
||||||
},
|
},
|
||||||
"lastPublish": "2022-04-10T17:21:40+08:00"
|
"lastPublish": "2022-04-28T09:03:42+08:00"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@voerkai18n/cli",
|
"name": "@voerkai18n/cli",
|
||||||
"version": "1.0.29",
|
"version": "1.0.30",
|
||||||
"description": "VoerkaI18n command line interactive tools",
|
"description": "VoerkaI18n command line interactive tools",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
"homepage": "https://gitee.com/zhangfisher/voerka-i18n",
|
||||||
@ -50,5 +50,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
||||||
},
|
},
|
||||||
"lastPublish": "2022-04-16T09:12:24+08:00"
|
"lastPublish": "2022-04-28T09:03:32+08:00"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@voerkai18n/runtime",
|
"name": "@voerkai18n/runtime",
|
||||||
"version": "1.0.24",
|
"version": "1.0.25",
|
||||||
"description": "Voerkai18n Runtime",
|
"description": "Voerkai18n Runtime",
|
||||||
"main": "./dist/index.cjs",
|
"main": "./dist/index.cjs",
|
||||||
"module": "dist/index.esm.js",
|
"module": "dist/index.esm.js",
|
||||||
@ -35,5 +35,5 @@
|
|||||||
"rollup-plugin-terser": "^7.0.2",
|
"rollup-plugin-terser": "^7.0.2",
|
||||||
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
||||||
},
|
},
|
||||||
"lastPublish": "2022-04-16T09:12:02+08:00"
|
"lastPublish": "2022-04-28T09:03:17+08:00"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@voerkai18n/utils",
|
"name": "@voerkai18n/utils",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -16,5 +16,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
||||||
},
|
},
|
||||||
"lastPublish": "2022-04-10T17:21:16+08:00"
|
"lastPublish": "2022-04-28T09:02:51+08:00"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@voerkai18n/vite",
|
"name": "@voerkai18n/vite",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "VoerkaI18n plugin for Vite",
|
"description": "VoerkaI18n plugin for Vite",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -15,5 +15,5 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
"@voerkai18n/autopublish": "workspace:^1.0.2"
|
||||||
},
|
},
|
||||||
"lastPublish": "2022-04-16T09:12:34+08:00"
|
"lastPublish": "2022-04-28T09:03:52+08:00"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user