mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
使用lerna改造单独发包
This commit is contained in:
parent
25d2a5e2b0
commit
23ec18945e
53
lerna-debug.log
Normal file
53
lerna-debug.log
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
0 silly argv {
|
||||||
|
0 silly argv _: [ 'version' ],
|
||||||
|
0 silly argv 'force-publish': true,
|
||||||
|
0 silly argv forcePublish: true,
|
||||||
|
0 silly argv lernaVersion: '6.3.0',
|
||||||
|
0 silly argv '$0': 'lerna'
|
||||||
|
0 silly argv }
|
||||||
|
1 notice cli v6.3.0
|
||||||
|
2 verbose rootPath /Users/liyulin/Documents/my_code/vue-office
|
||||||
|
3 info current version 0.0.6
|
||||||
|
4 silly isAnythingCommitted
|
||||||
|
5 verbose isAnythingCommitted 1
|
||||||
|
6 silly getCurrentBranch
|
||||||
|
7 verbose currentBranch master
|
||||||
|
8 silly remoteBranchExists
|
||||||
|
9 silly isBehindUpstream
|
||||||
|
10 silly isBehindUpstream master is behind origin/master by 0 commit(s) and ahead by 0
|
||||||
|
11 silly hasTags
|
||||||
|
12 verbose hasTags true
|
||||||
|
13 silly git-describe.sync "v0.0.6-0-g5442a6c-dirty" => {"lastTagName":"v0.0.6","lastVersion":"v0.0.6","refCount":"0","sha":"5442a6c","isDirty":true}
|
||||||
|
14 warn force-publish all packages
|
||||||
|
15 info Assuming all packages changed
|
||||||
|
16 verbose updated @vue-office/docx
|
||||||
|
17 verbose updated @vue-office/excel
|
||||||
|
18 verbose updated @vue-office/pdf
|
||||||
|
19 info execute Skipping releases
|
||||||
|
20 silly lifecycle No script for "preversion" in "vue-office", continuing
|
||||||
|
21 silly lifecycle No script for "preversion" in "@vue-office/docx", continuing
|
||||||
|
22 silly lifecycle No script for "preversion" in "@vue-office/excel", continuing
|
||||||
|
23 silly lifecycle No script for "preversion" in "@vue-office/pdf", continuing
|
||||||
|
24 verbose version @vue-office/pdf has no lockfile. Skipping lockfile update.
|
||||||
|
25 verbose version @vue-office/docx has no lockfile. Skipping lockfile update.
|
||||||
|
26 verbose version @vue-office/excel has no lockfile. Skipping lockfile update.
|
||||||
|
27 silly lifecycle No script for "version" in "@vue-office/pdf", continuing
|
||||||
|
28 silly lifecycle No script for "version" in "@vue-office/excel", continuing
|
||||||
|
29 silly lifecycle No script for "version" in "@vue-office/docx", continuing
|
||||||
|
30 silly lifecycle No script for "version" in "vue-office", continuing
|
||||||
|
31 silly gitAdd [
|
||||||
|
31 silly gitAdd 'packages/pdf/package.json',
|
||||||
|
31 silly gitAdd 'packages/excel/package.json',
|
||||||
|
31 silly gitAdd 'packages/docx/package.json',
|
||||||
|
31 silly gitAdd 'lerna.json'
|
||||||
|
31 silly gitAdd ]
|
||||||
|
32 silly gitCommit v0.0.6
|
||||||
|
33 verbose git [ 'commit', '-m', 'v0.0.6' ]
|
||||||
|
34 silly gitTag v0.0.6 git tag %s -m %s
|
||||||
|
35 verbose git [ 'tag', 'v0.0.6', '-m', 'v0.0.6' ]
|
||||||
|
36 error Error: Command failed with exit code 128: git tag v0.0.6 -m v0.0.6
|
||||||
|
36 error fatal: tag 'v0.0.6' already exists
|
||||||
|
36 error at makeError (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/lerna/node_modules/_execa@5.1.1@execa/lib/error.js:60:11)
|
||||||
|
36 error at handlePromise (/Users/liyulin/.nvm/versions/node/v16.15.0/lib/node_modules/lerna/node_modules/_execa@5.1.1@execa/index.js:118:26)
|
||||||
|
36 error at processTicksAndRejections (node:internal/process/task_queues:96:5)
|
||||||
|
36 error at async Promise.all (index 0)
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-office",
|
"name": "vue-office",
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel的预览",
|
"description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel(已实现)的预览",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"author": "hit757",
|
"author": "hit757",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user