Forráskód Böngészése

Fix package.json file

Lucas de Souza 6 éve
szülő
commit
9063a7aacf
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"
   },