mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-15 07:32:19 +08:00
54 lines
2.7 KiB
Plaintext
54 lines
2.7 KiB
Plaintext
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)
|