Skip to content

Commit 2af23ea

Browse files
committed
Merge remote-tracking branch 'origin/main' into localisation
2 parents a9eaa46 + 3594fa2 commit 2af23ea

4 files changed

Lines changed: 19221 additions & 3 deletions

File tree

.github/workflows/localisation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: "17"
3030

3131
- name: Install dependencies
32-
run: npm install
32+
run: npm ci || npm install
3333

3434
- name: Write translations
3535
run: npm run write-translations

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm-debug.log*
2121
yarn-debug.log*
2222
yarn-error.log*
2323
yarn.lock
24-
package-lock.json
24+
# package-lock.json
2525
# config for staging
2626
docusaurus.config.js
2727
.Rproj.user

0 commit comments

Comments
 (0)