updated build script

This commit is contained in:
Kasra Bigdeli
2020-06-30 21:45:29 -04:00
parent 4a29c75d68
commit 43da79faf0
2 changed files with 6 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ Promise.resolve()
)
}
fs.outputFileSync(`./version`, version)
fs.outputFileSync(`./version`, `export CAPROVER_VERSION="${version}"`)
})
.catch(function (err) {
console.error(err)