Skip to content

Commit

Permalink
Merge pull request #118 from dvarnai/patch-2
Browse files Browse the repository at this point in the history
Add prepare script to package.json
  • Loading branch information
joshuaslate authored Feb 11, 2020
2 parents 83ff8fc + 20d070c commit ed29fa2
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 @@ -19,7 +19,8 @@
"start": "node ./dist/index.js",
"test": "jest --coverage --runInBand",
"test:watch": "jest --watch --runInBand",
"build": "tsc"
"build": "tsc",
"prepare": "npm run-script build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ed29fa2

Please sign in to comment.