Skip to content

Commit

Permalink
simplify test scripts in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 27, 2020
1 parent 48fd811 commit 014ef35
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 @@ -3,8 +3,8 @@
"version": "3.0.3",
"description": "Used in npm for command line application support",
"scripts": {
"test": "tap test/*.js --100",
"snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
Expand Down

0 comments on commit 014ef35

Please sign in to comment.