We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83889dd commit 45fb129Copy full SHA for 45fb129
1 file changed
package.json
@@ -19,7 +19,7 @@
19
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
20
"lint": "eslint src --ext ts",
21
"test": "node ./out/test/runTest.js",
22
- "deploy": "vsce publish --yarn",
+ "deploy": "vsce publish --yarn --skip-duplicate",
23
"release": "semantic-release"
24
},
25
"dependencies": {
0 commit comments