Skip to content

Commit

Permalink
package: add missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
echoulen committed Sep 9, 2018
1 parent 451a73c commit 2227e06
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 @@ -7,7 +7,8 @@
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && tsc -p .",
"test": "jest"
"test": "jest",
"prepare": "npm run build"
},
"author": "carlos",
"license": "MIT",
Expand Down

0 comments on commit 2227e06

Please sign in to comment.