aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index becd0d227..2da8f6b9d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,8 @@
32 "apply-branding": "node ./src/i18n/apply-branding.js", 32 "apply-branding": "node ./src/i18n/apply-branding.js",
33 "update-submodules": "git submodule update --remote --force && git add .", 33 "update-submodules": "git submodule update --remote --force && git add .",
34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 34 "prepare-code": "npm run update-submodules && npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
35 "build-theme-info": "node src/scripts/build-theme-info.js" 35 "build-theme-info": "node src/scripts/build-theme-info.js",
36 "link-readme": "node src/scripts/link-readme.js"
36 }, 37 },
37 "keywords": [], 38 "keywords": [],
38 "author": "Amine Mouafik <amine@mouafik.fr>", 39 "author": "Amine Mouafik <amine@mouafik.fr>",