Skip to content

Commit

Permalink
Switched everything to Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 5, 2018
1 parent 7db55d6 commit e8c3118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"precommit": "lint-staged",
"lint": "xo",
"test": "npm run lint && NODE_ENV=test nyc ava"
"test": "yarn lint && NODE_ENV=test nyc ava"
},
"files": [
"bin",
Expand All @@ -26,7 +26,7 @@
},
"lint-staged": {
"*.js": [
"npm run lint",
"yarn lint",
"prettier --single-quote --no-semi --write",
"git add"
]
Expand Down

0 comments on commit e8c3118

Please sign in to comment.