Skip to content

Commit

Permalink
Add separate script for tape and run lint in test
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and olegskl committed Dec 10, 2019
1 parent 6521996 commit 4c532d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
],
"scripts": {
"lint": "eslint \"{src,test}/**/*.js\"",
"test": "tape \"test/*.spec.js\"",
"prepublishOnly": "npm run lint && npm test"
"tape": "tape \"test/*.spec.js\"",
"test": "npm run lint && npm run tape",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c532d1

Please sign in to comment.