Skip to content

Commit

Permalink
Add missing prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimdemedes committed Jun 11, 2023
1 parent 050acc7 commit afef4ca
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 @@ -20,7 +20,8 @@
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "tsc --noEmit && xo && ava"
"test": "tsc --noEmit && xo && ava",
"prepare": "tsc"
},
"files": [
"build"
Expand Down

0 comments on commit afef4ca

Please sign in to comment.