Skip to content

Commit

Permalink
yarn run
Browse files Browse the repository at this point in the history
  • Loading branch information
flintinatux committed Oct 4, 2017
1 parent 6a3b44f commit e876274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"lint": "eslint src.js test",
"prewatch": "yarn run build",
"test": "mocha --reporter=dot",
"test:ci": "yarn lint && yarn test:coverage && yarn coverage",
"test:coverage": "nyc yarn test",
"test:ci": "yarn run lint && yarn run test:coverage && yarn run coverage",
"test:coverage": "nyc yarn run test",
"watch": "eye --*glob=src.js yarn run build"
},
"devDependencies": {
Expand Down

0 comments on commit e876274

Please sign in to comment.