diff --git a/package.json b/package.json index 72027f5..73b5f6a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "typecheck": "pnpm run build && tsc -p test --noEmit", "build": "tsc -p lib", "prepublishOnly": "pnpm run build", - "posttest": "npm run eslint", "mocha": "mocha --timeout 5000", "coverage": "c8 report --reporter=text-lcov | coveralls", "coverage-html": "npm run mocha && c8 report --reporter=html && serve coverage",