Revert an accidental change to make testing quicker
This commit is contained in:
parent
2ac22e8935
commit
fd16298746
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue