diff --git a/package.json b/package.json index 30803cae55..8bdd26326d 100644 --- a/package.json +++ b/package.json @@ -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",