This commit is contained in:
parent
454b16d450
commit
9c234fd91c
|
@ -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
|
19
package.json
19
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",
|
||||
|
|
Loading…
Reference in New Issue