aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8c137e312..708350934 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
31 "uidev": "cd uidev && webpack-dev-server", 31 "uidev": "cd uidev && webpack-dev-server",
32 "postinstall": "npx lerna run prepare", 32 "postinstall": "npx lerna run prepare",
33 "apply-branding": "node ./src/i18n/apply-branding.js", 33 "apply-branding": "node ./src/i18n/apply-branding.js",
34 "prepare-code": "npm run lint && npm run reformat-files && npm run apply-branding && npm run manage-translations" 34 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding"
35 }, 35 },
36 "keywords": [], 36 "keywords": [],
37 "author": "Amine Mouafik <amine@mouafik.fr>", 37 "author": "Amine Mouafik <amine@mouafik.fr>",