Browse Source

Fix npm hook

GitAdmin 5 years ago
parent
commit
26eef66020
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "main": "dist/index.js",
   "scripts": {
     "build": "tsc",
-    "prepare": "npm run build",
+    "install": "npm run build",
     "test": "echo \"Error: no test specified\" && exit 1",
     "webpack": "webpack"
   },