Skip to content

Commit

Permalink
Specification of CI / CD actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karelkryda committed Dec 10, 2021
1 parent 136ad7b commit 8ea0e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"coverage": "nyc npm test",
"lint": "eslint \"**\\*.ts\"",
"lintFix": "eslint \"**\\*.ts\" --fix"
"lint": "eslint . --ext .ts",
"lintFix": "eslint . --ext .ts --fix"
},
"author": "Karel Krýda (https://github.com/karelkryda)",
"license": "GPL-3.0",
Expand Down

0 comments on commit 8ea0e3b

Please sign in to comment.