Current Path : /home/infinitibizsol/.trash/node_modules.6/mongoose/scripts/ |
Current File : /home/infinitibizsol/.trash/node_modules.6/mongoose/scripts/create-tarball.js |
'use strict'; const { execSync } = require('child_process'); const { name, version } = require('../package.json'); execSync('npm pack'); execSync(`mv ${name}-${version}.tgz ${name}.tgz`);