Browse Source

remove post install just in case it causes problems

Taylor Otwell 8 years ago
parent
commit
76b8ef7204
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package.json

+ 0 - 1
package.json

@@ -1,7 +1,6 @@
 {
   "private": true,
   "scripts": {
-    "postinstall": "gulp --production",
     "prod": "gulp --production",
     "dev": "gulp watch"
   },