mirror of
https://github.com/github/codeql-action
synced 2026-05-27 10:01:44 +03:00
Use --build
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user