Skip to content

Commit

Permalink
Specifically name test files for node 21 compat (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdarmstrong authored Mar 6, 2024
1 parent a3df603 commit c4e34f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "5.3.3"
},
"scripts": {
"build": "tsc && rollup -c && node --test dist"
"build": "tsc && rollup -c && node --test dist/index.test.mjs"
},
"eslintConfig": {
"root": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/lifetimes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"scripts": {
"build": "tsc && rollup -c && node --test dist"
"build": "tsc && rollup -c && node --test dist/lifetimes.test.js"
},
"files": [
"dist/lifetimes.d.ts",
Expand Down

0 comments on commit c4e34f2

Please sign in to comment.