Skip to content

Commit

Permalink
fix: test script
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 24, 2022
1 parent 343566d commit 0e9d75f
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 @@
"dev": "dotenv -e .local.env -- nodemon",
"start": "node ./dist/index.js",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
"format": "prettier --write --plugin-search-dir=. .",
"test": "echo 'Error: no test specified'"
},
"dependencies": {
"@metamask/eth-sig-util": "4.0.0",
Expand Down

0 comments on commit 0e9d75f

Please sign in to comment.