From f4ebe2068703392b1ea5a38cbc02fa7405012252 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 7 Oct 2016 11:57:17 +1100 Subject: [PATCH] package: rm prepublish --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index dc734fb..85698d1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "coverage-report": "nyc report --reporter=lcov", "coverage": "nyc --check-coverage --branches 90 --functions 90 mocha", "integration": "mocha test/integration/", - "prepublish": "npm run test", "standard": "standard", "test": "npm run standard && npm run unit", "unit": "mocha"