Skip to content

Commit

Permalink
[chore]: i18nify-react validate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Jan 13, 2024
1 parent c524649 commit 7406d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/i18nify-react-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build & Validate
on:
pull_request:

defaults:
run:
working-directory: packages/i18nify-react

jobs:
validate:
name: Validate Source code
Expand All @@ -19,8 +15,10 @@ jobs:
run: yarn
- name: run eslint
run: yarn lint
working-directory: packages/i18nify-react
- name: run tsc
run: yarn tsc
working-directory: packages/i18nify-react
build:
name: Run Build
runs-on: ubuntu-latest
Expand All @@ -33,3 +31,4 @@ jobs:
run: yarn
- name: run build
run: yarn build
working-directory: packages/i18nify-react
2 changes: 1 addition & 1 deletion packages/i18nify-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@razorpay/i18nify-js": "1.1.0"
"@razorpay/i18nify-js": "^1.1.0"
},
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 7406d08

Please sign in to comment.