deploy.js10 lines
mainRaw
#!/usr/bin/env node

'use strict';

const deploy = require('../deploy');

const main = async () => await deploy('firefox');

main();
Loading syntax highlighting…