aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-16 09:59:36 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-16 09:59:36 +0200
commite2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5 (patch)
treefc2ae83bf79ac5e68ca7fa1f0b930ce51f0360d8 /scripts/package.js
parentMerge branch 'master' of https://github.com/getferdi/recipes (diff)
downloadferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.tar.gz
ferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.tar.zst
ferdium-recipes-e2c0ef8f9f128b0ae0d96f14cff0f64226aed6d5.zip
Switch from yarn to npm
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