Skip to content

Commit

Permalink
test: delete scripts pretest (#5610)
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee authored Jan 10, 2025
1 parent 6f74e6c commit bcfb030
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 @@ -11,7 +11,6 @@
"build": "tsc -b",
"clean": "tsc -b --clean",
"eslint": "eslint lib test",
"pretest": "npm run clean && npm run build",
"test": "mocha test/scripts/**/*.ts --require ts-node/register",
"test-cov": "c8 --reporter=lcovonly npm test -- --no-parallel",
"prepare": "husky"
Expand Down

0 comments on commit bcfb030

Please sign in to comment.