-
- Downloads
chore(ci): ignore duplicate publish error (#5815)
* chore(ci): ignore duplicate publish error * add deps
Showing
- package.json 2 additions, 0 deletionspackage.json
- tools/dispatch-release.mjs 27 additions, 25 deletionstools/dispatch-release.mjs
- tools/package.json 2 additions, 0 deletionstools/package.json
- tools/release.mjs 10 additions, 8 deletionstools/release.mjs
- tools/utils.mjs 25 additions, 7 deletionstools/utils.mjs
- tools/verify.mjs 13 additions, 7 deletionstools/verify.mjs
- yarn.lock 19 additions, 42 deletionsyarn.lock
... | @@ -173,6 +173,8 @@ | ... | @@ -173,6 +173,8 @@ |
"re2": "1.10.5" | "re2": "1.10.5" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@actions/core": "1.2.3", | |||
"@actions/exec": "1.0.3", | |||
"@babel/cli": "7.8.4", | "@babel/cli": "7.8.4", | ||
"@babel/core": "7.9.0", | "@babel/core": "7.9.0", | ||
"@babel/node": "7.8.7", | "@babel/node": "7.8.7", | ||
... | ... |