Browse Source

增加 postinstall

wd 7 năm trước cách đây
mục cha
commit
5a17198539
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +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",
     "test": "jest"
   },
   "dependencies": {