aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:20:03 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:20:03 +0100
commit8ed2eebc21ebd9b83a281da727ae0026f142cc7b (patch)
tree4efac9a1247575532ea3d958e8e276c1f936aefa /package.json
parentImprove dark mode behaviour on macOS (diff)
downloadferdium-app-8ed2eebc21ebd9b83a281da727ae0026f142cc7b.tar.gz
ferdium-app-8ed2eebc21ebd9b83a281da727ae0026f142cc7b.tar.zst
ferdium-app-8ed2eebc21ebd9b83a281da727ae0026f142cc7b.zip
Add update-submodules script
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 d51f02997..e86de3761 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,8 @@
30 "uidev": "cd uidev && webpack-dev-server", 30 "uidev": "cd uidev && webpack-dev-server",
31 "postinstall": "npx lerna run prepare", 31 "postinstall": "npx lerna run prepare",
32 "apply-branding": "node ./src/i18n/apply-branding.js", 32 "apply-branding": "node ./src/i18n/apply-branding.js",
33 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 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 "build-theme-info": "node src/scripts/build-theme-info.js" 35 "build-theme-info": "node src/scripts/build-theme-info.js"
35 }, 36 },
36 "keywords": [], 37 "keywords": [],