From 420fad0d0754e71e10586d719edb9680a17e3fa2 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 5 Oct 2016 11:00:25 -0700 Subject: [PATCH] temporarily removing this as it breaks https://travis-ci.org/zeit/hyperterm/jobs/165309027 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 08c92211..3e256ce2 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,6 @@ "dev": "webpack -w", "build": "NODE_ENV=production webpack", "test": "npm run dist && xo && ava", - "prepublish": "npm test", "prepush": "npm test", "postinstall": "install-app-deps", "pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",