fix: use npm for release (#2339)
This commit is contained in:
parent
9441df4409
commit
32ec9769fb
4 changed files with 13 additions and 4 deletions
|
|
@ -4,7 +4,10 @@
|
|||
"version": "3.7.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": "algolia/docsearch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
"url": "https://www.algolia.com"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@
|
|||
"version": "3.7.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": "algolia/docsearch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
"url": "https://www.algolia.com"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@
|
|||
"version": "3.7.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docsearch.algolia.com",
|
||||
"repository": "algolia/docsearch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/algolia/docsearch.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
"url": "https://www.algolia.com"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default {
|
|||
packagesToPublish: packages,
|
||||
},
|
||||
publishCommand({ tag }) {
|
||||
return `yarn publish --access public --tag ${tag}`;
|
||||
return `npm publish --tag ${tag}`;
|
||||
},
|
||||
versionUpdated({ exec, dir, version }) {
|
||||
// Update package dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue