Skip to content

Commit

Permalink
Don't use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome committed Sep 16, 2023
1 parent 906c1db commit a284c54
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 @@ -31,7 +31,7 @@
"pretest": "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": {
"@types/mocha": "^10.0.1",
Expand Down

0 comments on commit a284c54

Please sign in to comment.