Revert an accidental change to make testing quicker

This commit is contained in:
Simon Engledew 2020-11-24 14:28:08 +00:00
parent 2ac22e8935
commit fd16298746
No known key found for this signature in database
GPG key ID: 84302E7B02FE8BCE

View file

@ -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"