Skip to content

Commit

Permalink
chore: fixing benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Apr 8, 2023
1 parent 9e0100c commit d2c2d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:coverage": "TZ=UTC jest test/unit --runInBand --forceExit --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "TZ=UTC jest test/e2e",
"test:benchmark": "npm run test:only test/benchmarks/date-lib.spec.ts",
"test:benchmark": "npm run build && npm run test:only test/benchmarks/date-lib.spec.ts",
"clear": "npm run clear:build && npm run clear:modules",
"clear:build": "del-cli ./dist",
"clear:modules": "del-cli ./node_modules",
Expand Down

0 comments on commit d2c2d4c

Please sign in to comment.