faster publish

This commit is contained in:
adueck 2022-10-05 19:07:39 +05:00
parent 4a43c18098
commit 96698f0b0f
2 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 16
- name: Check if version has been updated - name: Check if version has been updated
id: check id: check
uses: EndBug/version-check@v1 uses: EndBug/version-check@v1
@ -27,7 +27,6 @@ jobs:
if: steps.check.outputs.changed == 'true' if: steps.check.outputs.changed == 'true'
run: | run: |
yarn install yarn install
yarn build-website
yarn build-library yarn build-library
yarn test yarn test
npm publish npm publish

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "4.0.7", "version": "4.0.8",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",