UNPKG

@enplug/scripts

Version:
12 lines (10 loc) 218 B
const syncDist = require('./syncDist'); function releaseLegacy(pkg, bucket, prefix, target) { return syncDist( pkg, bucket, prefix, 'dist/' + target ); } module.exports = releaseLegacy;