Skip to content

Commit

Permalink
Added npm run ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Mar 5, 2018
1 parent 91f5a76 commit 8db89fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"tap": "~0.4.8"
},
"scripts": {
"test": "tap test/parallel/*.js && node test/verify-dependencies"
"test": "tap test/parallel/*.js && node test/verify-dependencies",
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8db89fd

Please sign in to comment.