Skip to content

Commit aa36feb

Browse files
chore(release): release with yarn publish (#1291)
1 parent 4c5d3aa commit aa36feb

File tree

3 files changed

+151
-145
lines changed

3 files changed

+151
-145
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"rollup-plugin-terser": "5.2.0",
8383
"rollup-plugin-typescript2": "0.26.0",
8484
"serve": "11.3.0",
85-
"shipjs": "0.22.0",
85+
"shipjs": "0.23.3",
8686
"sort-package-json": "1.40.0",
8787
"ts-jest": "25.2.1",
8888
"ts-mockito": "2.5.0",

ship.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
conventionalChangelogArgs:
1818
'--config conventional-changelog.config.js --infile CHANGELOG.md --same-file',
1919
publishCommand({ tag }) {
20-
return `npm publish --access public --tag ${tag}`;
20+
return `yarn publish --access public --tag ${tag}`;
2121
},
2222
async versionUpdated({ version, dir }) {
2323
// Update version with lerna

0 commit comments

Comments
 (0)