Skip to content

Commit

Permalink
feat(scripts): Adds benchmark npm-script
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Nov 28, 2024
1 parent 9be29c2 commit 3365092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"update-rules": "./scripts/update-rules.js",
"build": "vite build",
"postbuild": "ln -s ./psl.umd.cjs dist/psl.js && ln -s ./psl.umd.cjs dist/psl.min.js",
"benchmark": "node --experimental-vm-modules --no-warnings benchmark/suite.js",
"changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\""
},
"keywords": [
Expand Down

0 comments on commit 3365092

Please sign in to comment.