diff --git a/package.json b/package.json index d353eb4eb4..f4b6352f79 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "format:prettier:raw": "prettier \"**/*.{js,ts,md,json,yml}\" --ignore-path .gitignore", "build:docs": "jsdoc --configure jsdoc-config.json", "benchmark": "node benchmark/benchmark.js --regex \"^(?!.*highmem)\"", + "bench": "npm run benchmark", "pre-commit": "lint-staged" }, "prettier": {