Skip to content

Commit

Permalink
Merge pull request #60 from davidchambers/npm-test
Browse files Browse the repository at this point in the history
package.json: support `npm test`
  • Loading branch information
davidchambers authored Sep 18, 2023
2 parents 8bec771 + 57eab6f commit 1630d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"uglify-js": "3.5.x",
"xyz": "4.0.x"
},
"scripts": {
"test": "make lint test"
},
"files": [
"/LICENSE",
"/README.md",
Expand Down

0 comments on commit 1630d89

Please sign in to comment.