Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/UICAL-271' into uical-268
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Sep 20, 2023
2 parents 1df09ee + df57a75 commit 39c80af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
PUBLISH_MOD_DESCRIPTOR: 'true'
FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folio/'
FOLIO_MD_REGISTRY: 'https://folio-registry.dev.folio.org'
NODEJS_VERSION: '16'
NODEJS_VERSION: '18'
JEST_JUNIT_OUTPUT_DIR: 'artifacts/jest-junit'
JEST_COVERAGE_REPORT_DIR: 'artifacts/coverage-jest/lcov-report/'
BIGTEST_JUNIT_OUTPUT_DIR: 'artifacts/runTest'
Expand Down Expand Up @@ -203,6 +203,7 @@ jobs:

- name: Exclude some CI-generated artifacts in package
run: |
echo "artifacts" >> .npmignore
echo ".github" >> .npmignore
echo ".scannerwork" >> .npmignore
cat .npmignore
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
PUBLISH_MOD_DESCRIPTOR: 'true'
FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folioci/'
FOLIO_MD_REGISTRY: 'https://folio-registry.dev.folio.org'
NODEJS_VERSION: '16'
NODEJS_VERSION: '18'
JEST_JUNIT_OUTPUT_DIR: 'artifacts/jest-junit'
JEST_COVERAGE_REPORT_DIR: 'artifacts/coverage-jest/lcov-report/'
SQ_LCOV_REPORT: 'artifacts/coverage-jest/lcov.info'
Expand Down Expand Up @@ -145,6 +145,7 @@ jobs:
- name: Exclude some CI-generated artifacts in package
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
run: |
echo "artifacts" >> .npmignore
echo ".github" >> .npmignore
echo ".scannerwork" >> .npmignore
cat .npmignore
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-calendar/en_GB.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta.title": "Calendar",
"permission.view": "Settings (Calendar): Can view calendar events",
"permission.view": "Settings (Calendar): Can view existing calendars",
"midnight": "Midnight",
"calendarForm.title.create": "New calendar",
"calendarForm.title.edit": "Edit calendar",
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-calendar/en_SE.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta.title": "Calendar",
"permission.view": "Settings (Calendar): Can view calendar events",
"permission.view": "Settings (Calendar): Can view existing calendars",
"midnight": "Midnight",
"calendarForm.title.create": "New calendar",
"calendarForm.title.edit": "Edit calendar",
Expand Down

0 comments on commit 39c80af

Please sign in to comment.