Skip to content
Snippets Groups Projects
Commit 22c1d8ea authored by Eduardo L. Buratti's avatar Eduardo L. Buratti
Browse files

Add a npm postinstall hook that triggers the installation of type definitions

parent a3bb3674
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
"description": "BlenDB",
"main": "index.js",
"scripts": {
"postinstall": "typings install",
"prestart": "tsc",
"start": "node build/src/boot",
"pretest": "tsc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment