Skip to content

Commit

Permalink
Merge branch 'master' into suisin/add_vietnam_language
Browse files Browse the repository at this point in the history
  • Loading branch information
suisin-deriv committed May 26, 2023
2 parents 2b3b6d4 + 8ccef48 commit d22f650
Show file tree
Hide file tree
Showing 498 changed files with 32,144 additions and 74,326 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
build:
docker:
- image: cimg/node:16.16.0
resource_class: xlarge
steps:
- git_checkout_from_cache
- npm_install_from_cache
Expand All @@ -187,6 +188,7 @@ jobs:
release_staging:
docker:
- image: cimg/node:16.16.0
resource_class: xlarge
steps:
- git_checkout_from_cache
- npm_install_from_cache
Expand All @@ -206,6 +208,7 @@ jobs:
release_production:
docker:
- image: cimg/node:16.16.0
resource_class: xlarge
steps:
- git_checkout_from_cache
- npm_install_from_cache
Expand Down Expand Up @@ -247,9 +250,25 @@ jobs:
build_and_test:
docker:
- image: cimg/node:16.16.0
resource_class: xlarge
steps:
- git_checkout_from_cache
- npm_install_from_cache
- run:
name: "Check TypeScript for @deriv/api"
command: npx tsc --project packages/api/tsconfig.json -noEmit
- run:
name: "Check TypeScript for @deriv/hooks"
command: npx tsc --project packages/hooks/tsconfig.json -noEmit
- run:
name: "Check TypeScript for @deriv/stores"
command: npx tsc --project packages/stores/tsconfig.json -noEmit
# - run:
# name: "Check TypeScript for @deriv/cashier"
# command: npx tsc --project packages/cashier/tsconfig.json -noEmit
- run:
name: "Check tests for @deriv/hooks"
command: bash ./scripts/check-tests.sh packages/hooks/src
- build
- run:
name: "Run tests"
Expand Down
Loading

0 comments on commit d22f650

Please sign in to comment.