Skip to content

Commit

Permalink
feat: npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
barthofu authored Jun 25, 2022
1 parent 3ff5859 commit 8ffa2df
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 @@
"access": "public"
},
"scripts": {
"build": "tsc"
"build": "tsc",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"javascript",
Expand Down

0 comments on commit 8ffa2df

Please sign in to comment.