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.
1 parent 74dd2cc commit 9d5b787Copy full SHA for 9d5b787
.releaserc.js
@@ -36,7 +36,8 @@ module.exports = {
36
'@semantic-release/exec',
37
{
38
publishCmd: [
39
- 'yarn ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
+ `npm set https://registry.npmjs.org/:_authToken ${process.env.NPM_TOKEN}`,
40
+ 'npx ts-node tools/scripts/publish-all ${nextRelease.version} ${nextRelease.channel}',
41
].join(' && '),
42
},
43
],
packages/core/package.json
@@ -6,5 +6,5 @@
6
"private": false,
7
"dependencies": {},
8
"license": "MIT",
9
- "version": "0.2.0-dev.2"
+ "version": "0.2.0-dev.3"
10
}
0 commit comments