Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Sep 10, 2024
1 parent 1b5f089 commit 6750b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
run: npm install
- name: Run tests
run: npm test
- name: Run benchmark
run: npm run benchmark
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm test && npm run build && npm run types",
"types": "node scripts/generate-dts.js"
"types": "node scripts/generate-dts.js",
"benchmark": "node benchmarks/index.js"
},
"dependencies": {
"eventemitter3": "^5.0.1",
Expand Down

0 comments on commit 6750b26

Please sign in to comment.