Skip to content

Commit

Permalink
Add prepare step to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamb committed Oct 26, 2021
1 parent 9c3c42f commit 8d39df7
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 @@ -15,7 +15,8 @@
"test": "nyc -r text-summary -r html mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'",
"build": "tsc",
"lint": "eslint ./*.ts ./lib/**/*.ts",
"documentation": "typedoc"
"documentation": "typedoc",
"prepare": "npm run build"
},
"dependencies": {
"cluster-key-slot": "1.1.0",
Expand Down

0 comments on commit 8d39df7

Please sign in to comment.