Skip to content

Commit

Permalink
fix: initialise i18n properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Jun 24, 2024
1 parent f287e8b commit f06ee97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
with:
path: '**/node_modules'
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

- name: Build
run: yarn build

- name: Test
run: yarn test --coverage && yarn cucumber --tags 'not @draft'
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line import/no-unresolved
import './locales/index.js'
export * from './hooks'
export * as constants from './constants'
export * from './period-calculation'
Expand Down

0 comments on commit f06ee97

Please sign in to comment.