aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-04 17:54:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-04 17:54:25 +0530
commita62f605f806e4248ccea19439c64381efb8c5ab4 (patch)
tree9fe6c43035a524f9366a1187560eeddb7f98d021
parentchore: update recipes [skip ci] (diff)
downloadferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.tar.gz
ferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.tar.zst
ferdium-app-a62f605f806e4248ccea19439c64381efb8c5ab4.zip
chore: ensure submodules are properly updated for nightly builds.
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 794d3cb79..31b4ac5de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -99,7 +99,7 @@ npm i -g windows-build-tools --vs2015
99```bash 99```bash
100git clone https://github.com/getferdi/ferdi.git 100git clone https://github.com/getferdi/ferdi.git
101cd ferdi 101cd ferdi
102git submodule update --init --recursive 102git submodule update --init --recursive --remote --rebase --force
103``` 103```
104 104
105It is important you execute the last command to get the required submodules (recipes). 105It is important you execute the last command to get the required submodules (recipes).
diff --git a/package.json b/package.json
index 0b0a0b958..989d641d1 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
35 "contributors": "all-contributors", 35 "contributors": "all-contributors",
36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 36 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
37 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 37 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
38 "update-submodules": "git submodule update --remote --force", 38 "update-submodules": "git submodule update --init --recursive --remote --rebase --force",
39 "prepare-code": "npm run lint:fix && npm run reformat-files && npm run manage-translations && npm run apply-branding", 39 "prepare-code": "npm run lint:fix && npm run reformat-files && npm run manage-translations && npm run apply-branding",
40 "link-readme": "ts-node scripts/link-readme.ts", 40 "link-readme": "ts-node scripts/link-readme.ts",
41 "minify-images": "./scripts/minify-images.sh", 41 "minify-images": "./scripts/minify-images.sh",