aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-28 09:54:52 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-28 09:54:52 +0100
commit052cdf90e262e3b1e00bc0f2ba9b2083ea7dbe40 (patch)
tree8e6eb6621598055066d01590fe39003cc9d88416 /scripts/package.json
parentAdd Jira (diff)
downloadferdium-recipes-052cdf90e262e3b1e00bc0f2ba9b2083ea7dbe40.tar.gz
ferdium-recipes-052cdf90e262e3b1e00bc0f2ba9b2083ea7dbe40.tar.zst
ferdium-recipes-052cdf90e262e3b1e00bc0f2ba9b2083ea7dbe40.zip
Add gh-load script
Diffstat (limited to 'scripts/package.json')
-rw-r--r--scripts/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/package.json b/scripts/package.json
index 2df0082..b82f946 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -20,6 +20,7 @@
20 "verify-all": "node verify-all.js", 20 "verify-all": "node verify-all.js",
21 "update": "node update.js", 21 "update": "node update.js",
22 "github": "node add_github.js", 22 "github": "node add_github.js",
23 "gh-load": "node gh_load.js",
23 "load": "node load.js" 24 "load": "node load.js"
24 } 25 }
25} 26}