Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
#59: npm scripts updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jun 16, 2022
1 parent 0cd6164 commit 2e47dc1
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 @@ -15,7 +15,8 @@
],
"scripts": {
"gendoc": "markdown-toc -i README.md && cd doc/jsdoc2md && jsdoc2md -t api.hbs > ../api.md",
"test": "standard"
"lint": "standard",
"test": "npm run lint"
},
"dependencies": {
"axios": "^0.27.2"
Expand Down

0 comments on commit 2e47dc1

Please sign in to comment.