aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package.js')
-rw-r--r--scripts/package.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/package.js b/scripts/package.js
index 3726407..d650121 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -1,6 +1,8 @@
1/** 1/**
2 * Package recipe into tar.gz file 2 * Package recipe into tar.gz file
3 */ 3 */
4require('./api/require-depts')();
5
4const packageRecipe = require('./api/package'); 6const packageRecipe = require('./api/package');
5 7
6packageRecipe(); \ No newline at end of file 8packageRecipe(); \ No newline at end of file