We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913bfc6 commit f45b846Copy full SHA for f45b846
1 file changed
package.json
@@ -76,7 +76,7 @@
76
"compile": "tsc -p ./ && yarn run lint",
77
"lint": "eslint src --ext ts",
78
"package": "yarn run vsce package",
79
- "publish": "yarn version --no-git-tag-version --new-version && yarn run vsce publish",
+ "publish": "yarn version --no-git-tag-version ${0} --new-version && yarn run vsce publish",
80
"test": "node ./out/test/runTest.js",
81
"vscode:prepublish": "yarn run compile",
82
"watch": "tsc -watch -p ./"
0 commit comments