Skip to content

Commit

Permalink
fixed github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed May 13, 2024
1 parent 4165a44 commit f25e44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
Expand Down

0 comments on commit f25e44c

Please sign in to comment.