HHafezfix lint
4edf800f创建于 2022年9月9日历史提交
'use strict';

const { execSync } = require('child_process');
const { name, version } = require('../package.json');

execSync('npm pack');
execSync(`mv ${name}-${version}.tgz ${name}.tgz`);