Skip to content

Commit

Permalink
test yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 21, 2023
1 parent fcb8b0e commit 7f86ab3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/locize-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

- name: Install 🔧
run: yarn --network-timeout 1000000 --frozen-lockfile
- name: Install NPM dependencies
working-directory: react-components
run: yarn install --immutable
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_READONLY_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: 'Save added keys to locize'
run: yarn save-missing
Expand Down

0 comments on commit 7f86ab3

Please sign in to comment.