Skip to content

Commit

Permalink
chore: 🤖 use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Feb 3, 2021
1 parent 7086c4c commit 8cb4307
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 @@ -84,7 +84,7 @@
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix",
"pretest": "yarn run lint",
"pretest": "npm run lint",
"test": "node ./test/runTest.js",
"changelog": "conventional-changelog -i CHANGELOG.md -p eslint -s -r 0",
"package": "vsce package"
Expand Down

0 comments on commit 8cb4307

Please sign in to comment.