Skip to content

Commit bc39b21

Browse files
authored
Merge pull request #487 from RA80533/chore/--build
Use `--build`
2 parents 79c79f1 + 98104d8 commit bc39b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {
7-
"build": "tsc",
7+
"build": "tsc --build",
88
"test": "ava src/** --serial --verbose",
99
"test-debug": "ava src/** --serial --verbose --timeout=20m",
1010
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",

0 commit comments

Comments
 (0)