Skip to content

Commit

Permalink
Fix unit tests workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
levonet authored Aug 19, 2024
1 parent 76e5431 commit 93da392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Comment Parser GitHub Action",
"main": "dist/index.js",
"scripts": {
"dist": "$(npm bin)/ncc build index.js -m --license licenses.txt",
"lint": "$(npm bin)/eslint .",
"test": "$(npm bin)/jest --runInBand"
"dist": "ncc build index.js -m --license licenses.txt",
"lint": "eslint .",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 93da392

Please sign in to comment.