Use --build

This commit is contained in:
RA80533 2021-05-07 20:15:12 -04:00
parent f00bafbde1
commit db6341a36c

View file

@ -4,7 +4,7 @@
"private": true, "private": true,
"description": "CodeQL action", "description": "CodeQL action",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc --build",
"test": "ava src/** --serial --verbose", "test": "ava src/** --serial --verbose",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts", "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", "lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
@ -68,4 +68,4 @@
"sinon": "^9.0.2", "sinon": "^9.0.2",
"typescript": "^3.7.5" "typescript": "^3.7.5"
} }
} }