diff --git a/package.json b/package.json index a83a041..07ed9c3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "src" ], "scripts": { - "prepublishOnly": "npm run test:ci", "postpublish": "git push origin && git push origin -f --tags", "lint": "eslint src/**/*.js test/**/*.js src/**/*.ts test/**/*.ts", "test": "tap --reporter=spec --coverage-report=html --coverage-report=text --100 --no-browser test/*.spec.js test/**/*.spec.js && tsd",