Skip to content

Commit

Permalink
Revert an accidental change to make testing quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Engledew committed Nov 24, 2020
1 parent 2ac22e8 commit fd16298
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 @@
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"test": "ava src/actions-util.test.ts --serial --verbose",
"test": "ava src/** --serial --verbose",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
Expand Down

0 comments on commit fd16298

Please sign in to comment.