wd hace 7 años
padre
commit
572edad2a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "main": "./lib/index.js",
   "scripts": {
     "build": "babel *.js --presets babel-preset-es2015 -d lib",
-    "postinstall": "babel *.js --presets babel-preset-es2015 -d lib",
+    "postinstall": "../../node_modules/.bin/babel *.js --presets babel-preset-es2015 -d lib",
     "test": "jest"
   },
   "dependencies": {