deno.land / x / mongoose@6.7.5 / scripts / create-tarball.js

create-tarball.js
نووسراو ببینە
1
2
3
4
5
6
7
8
'use strict';
const { execSync } = require('child_process');const { name, version } = require('../package.json');
execSync('npm pack');execSync(`mv ${name}-${version}.tgz ${name}.tgz`);
mongoose

Version Info

Tagged at
a year ago