Browse Source

pacakge: use `build` for postinstall

master
Guillermo Rauch 9 years ago
parent
commit
4039b658a7
  1. 2
      package.json

2
package.json

@ -48,7 +48,7 @@
"scripts": {
"gulp": "gulp",
"test": "ava",
"postinstall": "scripts/post-install.js"
"postinstall": "build/scripts/post-install.js"
},
"babel": {
"presets": [

Loading…
Cancel
Save