Compare commits

...

3 Commits

Author SHA1 Message Date
adueck 32f7618fff oops forgot to add this 2024-08-21 17:03:37 -04:00
adueck 9a8a72c3fd fixing CI 2024-08-21 16:55:47 -04:00
adueck 89969812b2 fix ci 2024-08-21 16:48:01 -04:00
7 changed files with 6 additions and 7918 deletions

View File

@ -23,6 +23,7 @@ jobs:
- name: Install, build, test
run: |
yarn install-all
yarn get-words
yarn build-lib
yarn build-components
yarn build-website

View File

@ -28,6 +28,7 @@ jobs:
if: steps.check.outputs.changed == 'true'
run: |
yarn install-all
yarn get-words
yarn build-lib
yarn build-components
yarn test --silent

View File

@ -1,3 +1,3 @@
[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/"

7914
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "pashto-inflector-website",
"version": "7.7.0",
"version": "7.7.1",
"type": "module",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "7.7.0",
"version": "7.7.1",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "7.7.0",
"version": "7.7.1",
"description": "Pashto inflector library",
"main": "dist/lib/library.cjs",
"module": "dist/lib/library.js",