Run npm run-script build

This commit is contained in:
Eric Cornelissen 2021-01-15 18:40:06 +01:00
parent 9a753aa409
commit 946779f5b6
2 changed files with 2 additions and 2 deletions

View file

@ -428,7 +428,7 @@ ava_1.default("Invalid queries in workflow file handled correctly", async (t) =>
// This function just needs to be type-correct; it doesn't need to do anything,
// since we're deliberately passing in invalid data
const codeQL = codeql_1.setCodeQL({
async resolveQueries(_queries, _extraSearchPath) {
async resolveQueries() {
return {
byLanguage: {
javascript: {},

File diff suppressed because one or more lines are too long