mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
#!/usr/bin/env node
|
|
const shelljs = require('shelljs');
|
|
const version = require('../src/version');
|
|
const exec = shelljs.exec;
|
|
exec('tnpm sync && antv-bin upload -n @antv/g6 -v ' + version);
|