chore: add flag to skip version check (#14145)
This commit is contained in:
parent
22a51625d4
commit
840db11a92
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ function s3UrlsForVersion (version) {
|
|||
}
|
||||
|
||||
function checkVersion () {
|
||||
if (args.skipVersionCheck) return
|
||||
|
||||
console.log(`Verifying that app version matches package version ${pkgVersion}.`)
|
||||
let startScript = path.join(__dirname, 'start.py')
|
||||
let scriptArgs = ['--version']
|
||||
|
|
Loading…
Reference in a new issue