From ad64be439ab18c93351292e075a89208ab0e2897 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 26 Mar 2022 17:59:57 -0400 Subject: [PATCH] *Remove test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",