Compare commits
3 Commits
005d542cc9
...
32f7618fff
Author | SHA1 | Date |
---|---|---|
adueck | 32f7618fff | |
adueck | 9a8a72c3fd | |
adueck | 89969812b2 |
|
@ -23,6 +23,7 @@ jobs:
|
||||||
- name: Install, build, test
|
- name: Install, build, test
|
||||||
run: |
|
run: |
|
||||||
yarn install-all
|
yarn install-all
|
||||||
|
yarn get-words
|
||||||
yarn build-lib
|
yarn build-lib
|
||||||
yarn build-components
|
yarn build-components
|
||||||
yarn build-website
|
yarn build-website
|
||||||
|
|
|
@ -28,6 +28,7 @@ jobs:
|
||||||
if: steps.check.outputs.changed == 'true'
|
if: steps.check.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
yarn install-all
|
yarn install-all
|
||||||
|
yarn get-words
|
||||||
yarn build-lib
|
yarn build-lib
|
||||||
yarn build-components
|
yarn build-components
|
||||||
yarn test --silent
|
yarn test --silent
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[build]
|
[build]
|
||||||
command = "yarn install-all && yarn test --runInBand --no-cache && yarn build-website"
|
command = "yarn install-all && yarn get-words && yarn test --runInBand --no-cache && yarn build-website"
|
||||||
publish = "dist/"
|
publish = "dist/"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pashto-inflector-website",
|
"name": "pashto-inflector-website",
|
||||||
"version": "7.7.0",
|
"version": "7.7.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"patch": "npm version patch --no-git-tag-version && cd src/lib && npm version patch --no-git-tag-version && cd ../components && npm version patch --no-git-tag-version",
|
"patch": "npm version patch --no-git-tag-version && cd src/lib && npm version patch --no-git-tag-version && cd ../components && npm version patch --no-git-tag-version",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/ps-react",
|
"name": "@lingdocs/ps-react",
|
||||||
"version": "7.7.0",
|
"version": "7.7.1",
|
||||||
"description": "Pashto inflector library module with React components",
|
"description": "Pashto inflector library module with React components",
|
||||||
"main": "dist/components/library.js",
|
"main": "dist/components/library.js",
|
||||||
"module": "dist/components/library.js",
|
"module": "dist/components/library.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/inflect",
|
"name": "@lingdocs/inflect",
|
||||||
"version": "7.7.0",
|
"version": "7.7.1",
|
||||||
"description": "Pashto inflector library",
|
"description": "Pashto inflector library",
|
||||||
"main": "dist/lib/library.cjs",
|
"main": "dist/lib/library.cjs",
|
||||||
"module": "dist/lib/library.js",
|
"module": "dist/lib/library.js",
|
||||||
|
|
Loading…
Reference in New Issue