Skip to content

Commit

Permalink
package.json: remove benchmark script aliases
Browse files Browse the repository at this point in the history
These are available in benchmark/.
  • Loading branch information
bpierre committed Sep 21, 2023
1 parent e306b17 commit 53f73b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"scripts": {
"dev": "vite ./demos/react",
"build": "tsc && vite build",
"bench-cli": "vitest bench benchmark",
"bench-browser": "vite dev benchmark",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"files": ["dist"],
Expand Down

0 comments on commit 53f73b3

Please sign in to comment.