diff --git a/build/afterPack.js b/build/afterPack.js index 963caa17..6c677c49 100644 --- a/build/afterPack.js +++ b/build/afterPack.js @@ -1,12 +1,14 @@ exports.default = function(context) { const { execSync } = require('child_process') + if (process.platform !== 'darwin') + return + console.log('Castlabs-evs update start') execSync('python3 -m pip install --upgrade castlabs-evs') console.log('Castlabs-evs update complete') - if (process.platform !== 'darwin') - return + console.log('VMP signing start')