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 58acc67 commit 8b703d4Copy full SHA for 8b703d4
.releaserc.json
@@ -16,7 +16,7 @@
16
[
17
"@semantic-release/exec",
18
{
19
- "publishCmd": "npm publish -- ${nextRelease.version}"
+ "publishCmd": "npx vsce publish ${nextRelease.version}"
20
}
21
],
22
package.json
@@ -52,7 +52,6 @@
52
"scripts": {
53
"prepare": "husky install",
54
"semantic-release": "semantic-release",
55
- "build": "npx js-yaml syntaxes/ccini.tmLanguage.yaml > syntaxes/ccini.tmLanguage.json",
56
- "publish": "vsce publish"
+ "build": "npx js-yaml syntaxes/ccini.tmLanguage.yaml > syntaxes/ccini.tmLanguage.json"
57
58
0 commit comments