Explorar o código

Update package.json

Remove selenium from postinstall as it is executed when anyone install peerjs using NPM.
Jairo %!s(int64=6) %!d(string=hai) anos
pai
achega
84e3b4a72b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "prepublish": "./node_modules/.bin/grunt",
     "selenium:install": "selenium-standalone install",
     "selenium:start:bg": "selenium-standalone start &",
-    "postinstall": "npm run selenium:install && opencollective-postinstall",
+    "postinstall": "opencollective-postinstall",
     "test": "cd test && codeceptjs run",
     "release": "standard-version"
   },