Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 21, 2023
1 parent 32362a2 commit 7f1383d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/locize-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: Build production version
working-directory: react-components
run: yarn run build:prod
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: 'Save added keys to locize'
run: yarn save-missing
env:
Expand Down
8 changes: 4 additions & 4 deletions react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"build-storybook": "storybook build",
"tsc": "tsc",
"lint": "eslint . --cache",
"pull-keys": "cdf-i18n-utils-cli pull-keys-from-remote --namespace reveal-react-components --path ./react-components/src/common/i18n",
"remove-deleted": "cdf-i18n-utils-cli remove-deleted-keys-from-remote --namespace reveal-react-components --path ./react-components/src/common/i18n",
"save-missing": "cdf-i18n-utils-cli save-missing-keys-to-remote --namespace reveal-react-components --path ./react-components/src/common/i18n",
"sort-keys": "cdf-i18n-utils-cli sort-local-keys --namespace reveal-react-components --path ./react-components/src/common/i18n"
"pull-keys": "cdf-i18n-utils-cli pull-keys-from-remote --namespace reveal-react-components --path ./src/common/i18n",
"remove-deleted": "cdf-i18n-utils-cli remove-deleted-keys-from-remote --namespace reveal-react-components --path ./src/common/i18n",
"save-missing": "cdf-i18n-utils-cli save-missing-keys-to-remote --namespace reveal-react-components --path ./src/common/i18n",
"sort-keys": "cdf-i18n-utils-cli sort-local-keys --namespace reveal-react-components --path ./src/common/i18n"
},
"peerDependencies": {
"@cognite/cogs.js": ">=9",
Expand Down

0 comments on commit 7f1383d

Please sign in to comment.