Skip to content

Commit f45b846

Browse files
author
alex-treebeard
committed
yarn cmd
1 parent 913bfc6 commit f45b846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"compile": "tsc -p ./ && yarn run lint",
7777
"lint": "eslint src --ext ts",
7878
"package": "yarn run vsce package",
79-
"publish": "yarn version --no-git-tag-version --new-version && yarn run vsce publish",
79+
"publish": "yarn version --no-git-tag-version ${0} --new-version && yarn run vsce publish",
8080
"test": "node ./out/test/runTest.js",
8181
"vscode:prepublish": "yarn run compile",
8282
"watch": "tsc -watch -p ./"

0 commit comments

Comments
 (0)