Use --build

This commit is contained in:
RA80533 2021-05-07 20:15:12 -04:00
parent f00bafbde1
commit db6341a36c

View file

@ -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"
}
}
}