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": { "scripts": {
"gulp": "gulp", "gulp": "gulp",
"test": "ava", "test": "ava",
"postinstall": "scripts/post-install.js" "postinstall": "build/scripts/post-install.js"
}, },
"babel": { "babel": {
"presets": [ "presets": [

Loading…
Cancel
Save