mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00: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();
|