Skip to content

Commit 45fb129

Browse files
committed
feat: ✨allow duplicate publish
1 parent 83889dd commit 45fb129

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
@@ -19,7 +19,7 @@
1919
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
2020
"lint": "eslint src --ext ts",
2121
"test": "node ./out/test/runTest.js",
22-
"deploy": "vsce publish --yarn",
22+
"deploy": "vsce publish --yarn --skip-duplicate",
2323
"release": "semantic-release"
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)