Skip to content

Commit

Permalink
chore: remove posttest
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 11, 2024
1 parent 96c7c16 commit db1d86b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db1d86b

Please sign in to comment.