Merge branch 'main' into aeisenberg/changelog

This commit is contained in:
Andrew Eisenberg 2021-05-19 15:28:21 -07:00 committed by GitHub
commit 1b3a351d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"build": "tsc --build",
"test": "ava src/** --serial --verbose",
"test-debug": "ava src/** --serial --verbose --timeout=20m",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",