Skip to content

Commit 8d39df7

Browse files
authored
Add prepare step to package.json
1 parent 9c3c42f commit 8d39df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"test": "nyc -r text-summary -r html mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'",
1616
"build": "tsc",
1717
"lint": "eslint ./*.ts ./lib/**/*.ts",
18-
"documentation": "typedoc"
18+
"documentation": "typedoc",
19+
"prepare": "npm run build"
1920
},
2021
"dependencies": {
2122
"cluster-key-slot": "1.1.0",

0 commit comments

Comments
 (0)