Skip to content

Commit

Permalink
Use --build
Browse files Browse the repository at this point in the history
  • Loading branch information
RA80533 authored and RA80533 committed May 8, 2021
1 parent f00bafb commit db6341a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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",
"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",
Expand Down Expand Up @@ -68,4 +68,4 @@
"sinon": "^9.0.2",
"typescript": "^3.7.5"
}
}
}

0 comments on commit db6341a

Please sign in to comment.