Parcourir la source

Fix package.json file

Lucas de Souza il y a 6 ans
Parent
commit
9063a7aacf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

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