From db6341a36cd5a59a1f1c702ac44c05ab568867cb Mon Sep 17 00:00:00 2001 From: RA80533 <32469082+RA80533@users.noreply.github.com> Date: Fri, 7 May 2021 20:15:12 -0400 Subject: [PATCH 1/2] Use `--build` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d3750c16e3..34f38bab86 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", "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", @@ -68,4 +68,4 @@ "sinon": "^9.0.2", "typescript": "^3.7.5" } -} \ No newline at end of file +} From 781da983283db811102dbc5aab6a949069083255 Mon Sep 17 00:00:00 2001 From: RA80533 <32469082+RA80533@users.noreply.github.com> Date: Wed, 19 May 2021 15:12:54 -0400 Subject: [PATCH 2/2] Remove final newline --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34f38bab86..d9439672e6 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "sinon": "^9.0.2", "typescript": "^3.7.5" } -} +} \ No newline at end of file