aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 306476c6a..7811e0f39 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,8 @@
36 "danger:clean:prod": "scripty", 36 "danger:clean:prod": "scripty",
37 "danger:clean:modules": "scripty", 37 "danger:clean:modules": "scripty",
38 "i18n:generate": "scripty", 38 "i18n:generate": "scripty",
39 "plugin:install": "node ./dist/scripts/plugin/install.js",
40 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
39 "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js", 41 "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", 42 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
41 "reset-password": "node ./dist/scripts/reset-password.js", 43 "reset-password": "node ./dist/scripts/reset-password.js",