diff --git a/package.json b/package.json index 52b0228..ec0895f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ }, "scripts": { "build": "grunt", - "prepublish": "npm run build && npm run test", + "prepublish": "npm run build", "test": "mocha", "test-coverage": "cross-env COVERAGE=y nyc mocha", "test-minified": "cross-env TEST_MINIFIED_POLYFILL=1 mocha",