Skip to content

Commit

Permalink
chore(package): Add a "bench" alias script (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 4, 2021
1 parent 785e18f commit bb6cb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit bb6cb38

Please sign in to comment.