Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Sep 27, 2021
1 parent 42bf6d4 commit f4311b3
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 @@ -17,7 +17,8 @@
],
"scripts": {
"test": "jest",
"build": "tsc"
"build": "tsc",
"prepare": "npm run build"
},
"author": "Atul R <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f4311b3

Please sign in to comment.