Skip to content

Commit

Permalink
Run tests on Node.js as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 4, 2025
1 parent 38222cd commit 530ebfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
],
"addon": true,
"scripts": {
"test": "prettier . --check && bare test.js"
"test": "npm run lint && npm run test:bare && npm run test:node",
"test:bare": "bare test.js",
"test:node": "node test.js",
"lint": "prettier . --check"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 530ebfd

Please sign in to comment.