Skip to content

Commit

Permalink
fix: add back test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Aug 23, 2024
1 parent ea68ccb commit 6940604
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 @@
"scripts": {
"lint": "eslint --max-warnings=0 src",
"build": "tsc",
"prepare": "npm run build"
"prepare": "npm run build",
"test": "jest"
},
"peerDependencies": {
"zod": ">= 3"
Expand Down

0 comments on commit 6940604

Please sign in to comment.