wd 7 lat temu
rodzic
commit
572edad2a6
1 zmienionych plików z 1 dodań i 1 usunięć
  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": {