diff --git a/package.json b/package.json index 0d9b0fc..286f216 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,7 @@ "main": "dist/inert.js", "module": "dist/inert.esm.js", "scripts": { - "build": "rollup -c", - "prepublishOnly": "npm run test", - "test": "npm run build && SAUCE=true karma start" + "build": "rollup -c" }, "repository": { "type": "git", @@ -57,4 +55,4 @@ "rollup-plugin-uglify": "^4.0.0" }, "license": "W3C-20150513" -} \ No newline at end of file +}