Skip to content

Commit

Permalink
Sidestep check engines better
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Oct 4, 2024
1 parent 9eba858 commit 4284d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/scripts/check-engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ const run = async (path, useEngines) => {
}
}

// Disabled for now
// run(process.cwd(), ...process.argv.slice(2)).then(() => console.log('Success')).catch((err) => {
// console.error(err)
// process.exitCode = 1
// })
run(process.cwd(), ...process.argv.slice(2)).then(() => console.log('Success')).catch((err) => {
// console.error(err)
// process.exitCode = 1
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"standard": "^17.0.0"
},
"scripts": {
"lint": "standard \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"lint": "standard --write \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
}
}

0 comments on commit 4284d90

Please sign in to comment.