diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 726b5cf..0bd5663 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,6 +31,7 @@ jobs: yarn install cd ../components yarn install + cd ../.. yarn build-library yarn test cd lib diff --git a/package.json b/package.json index 91c1286..df22568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "4.9.17", + "version": "4.9.18", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com",