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",