Skip to content

Commit

Permalink
fix: add test npm-script
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Aug 23, 2022
1 parent 8e32144 commit cfcda1e
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 @@ -16,7 +16,8 @@
},
"homepage": "https://github.com/gravity-ui/eslint-config#readme",
"scripts": {
"prepare": "husky install"
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"@babel/core": "7.16.0",
Expand Down

0 comments on commit cfcda1e

Please sign in to comment.