Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-en-us-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: 'node'

- name: Install dependencies
run: npm install --ignore-scripts
run: npm ci --ignore-scripts

- name: Sync en_US translations
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-issues-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
node-version: 'node'

- name: Install dependencies
run: npm install --ignore-scripts
run: npm ci --ignore-scripts

- name: Sync Crowdin issues to GitHub Issues
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-progress-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
node-version: 'node'

- name: Install dependencies
run: npm install --ignore-scripts
run: npm ci --ignore-scripts

- name: Sync Crowdin progress
env:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,5 @@ vite.config.ts.timestamp-*
# JUnit test reports
junit.xml

# package lock
package-lock.json

# dist
dist-pages/
Loading