Skip to content

Commit

Permalink
Use yarn in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 12, 2017
1 parent 555f111 commit 6e844b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"build": "babel src/ --out-dir lib/",
"coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
"lint": "eslint src test",
"preversion": "npm test",
"prepublish": "npm run clean && npm run build",
"test": "npm run lint && cross-env BABEL_ENV=test npm run build && npm run test-only",
"test-ci": "cross-env BABEL_ENV=test npm run build && npm run test-only",
"preversion": "yarn test",
"prepublish": "yarn clean && yarn build",
"test": "yarn lint && cross-env BABEL_ENV=test yarn build && yarn test-only",
"test-ci": "cross-env BABEL_ENV=test yarn build && yarn test-only",
"test-only": "nyc ava"
},
"repository": {
Expand Down

0 comments on commit 6e844b2

Please # to comment.