This commit is contained in:
parent
454b16d450
commit
9c234fd91c
|
@ -26,12 +26,13 @@ jobs:
|
||||||
- name: Publish when version changed
|
- name: Publish when version changed
|
||||||
if: steps.check.outputs.changed == 'true'
|
if: steps.check.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
yarn install
|
||||||
|
cd src/lib
|
||||||
|
yarn install
|
||||||
|
cd ../components
|
||||||
yarn install
|
yarn install
|
||||||
yarn build-library
|
yarn build-library
|
||||||
yarn test
|
yarn test
|
||||||
cd lib
|
cd lib
|
||||||
npm install
|
|
||||||
npm publish
|
npm publish
|
||||||
cd ../components
|
|
||||||
npm install
|
|
||||||
npm publish
|
npm publish
|
19
package.json
19
package.json
|
@ -1,30 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "pashto-inflector",
|
||||||
"version": "4.9.16",
|
"version": "4.9.17",
|
||||||
"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",
|
||||||
"license": "MIT",
|
"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,
|
"private": false,
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"dist-cjs",
|
|
||||||
"README.md",
|
|
||||||
"LICENSE"
|
|
||||||
],
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lingdocs/pashto-inflector.git"
|
"url": "https://github.com/lingdocs/pashto-inflector.git"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://npm.lingdocs.com"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.15.2",
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
||||||
"@rollup/plugin-commonjs": "^22.0.2",
|
"@rollup/plugin-commonjs": "^22.0.2",
|
||||||
|
|
Loading…
Reference in New Issue