diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a466fe..726b5cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,12 +26,13 @@ jobs: - name: Publish when version changed if: steps.check.outputs.changed == 'true' run: | + yarn install + cd src/lib + yarn install + cd ../components yarn install yarn build-library yarn test cd lib - npm install npm publish - cd ../components - npm install npm publish \ No newline at end of file diff --git a/package.json b/package.json index b4605e0..91c1286 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,15 @@ { - "name": "@lingdocs/pashto-inflector", - "version": "4.9.16", + "name": "pashto-inflector", + "version": "4.9.17", "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", "license": "MIT", - "exports": { - "./functions": "./dist-cjs/dist/functions.js", - "./components": "./dist-cjs/dist/components.js" - }, - "module": "dist/library.js", - "types": "dist/library.d.ts", "private": false, - "files": [ - "dist", - "dist-cjs", - "README.md", - "LICENSE" - ], "repository": { "type": "git", "url": "https://github.com/lingdocs/pashto-inflector.git" }, - "publishConfig": { - "registry": "https://npm.lingdocs.com" - }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.15.2", "@rollup/plugin-commonjs": "^22.0.2",