Skip to content

Commit

Permalink
Merge pull request #487 from RA80533/chore/--build
Browse files Browse the repository at this point in the history
Use `--build`
  • Loading branch information
aeisenberg authored May 19, 2021
2 parents 79c79f1 + 98104d8 commit bc39b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bc39b21

Please sign in to comment.