mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
10 lines
132 B
JavaScript
10 lines
132 B
JavaScript
#!/usr/bin/env node
|
|
|
|
'use strict';
|
|
|
|
const deploy = require('../deploy');
|
|
|
|
const main = async () => await deploy('chrome');
|
|
|
|
main();
|