We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yarn publish
1 parent 4c5d3aa commit aa36febCopy full SHA for aa36feb
package.json
@@ -82,7 +82,7 @@
82
"rollup-plugin-terser": "5.2.0",
83
"rollup-plugin-typescript2": "0.26.0",
84
"serve": "11.3.0",
85
- "shipjs": "0.22.0",
+ "shipjs": "0.23.3",
86
"sort-package-json": "1.40.0",
87
"ts-jest": "25.2.1",
88
"ts-mockito": "2.5.0",
ship.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
conventionalChangelogArgs:
18
'--config conventional-changelog.config.js --infile CHANGELOG.md --same-file',
19
publishCommand({ tag }) {
20
- return `npm publish --access public --tag ${tag}`;
+ return `yarn publish --access public --tag ${tag}`;
21
},
22
async versionUpdated({ version, dir }) {
23
// Update version with lerna
0 commit comments