Skip to content

Commit

Permalink
remove yarn option to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed May 30, 2024
1 parent a2aaaff commit 2fb028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"deploy": "vsce publish --yarn"
"deploy": "vsce publish"
},
"devDependencies": {
"@ltd/j-toml": "^1.38.0",
Expand Down

0 comments on commit 2fb028c

Please sign in to comment.