aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
blob: 3726407511610bfd1fcce87afebd92041b57c5b3 (plain) (blame)
1
2
3
4
5
6
/**
 * Package recipe into tar.gz file
 */
const packageRecipe = require('./api/package');

packageRecipe();