fix ci
This commit is contained in:
parent
005d542cc9
commit
89969812b2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "pashto-inflector-website",
|
||||
"version": "7.7.0",
|
||||
"version": "7.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pashto-inflector-website",
|
||||
"version": "7.7.0",
|
||||
"version": "7.7.1",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.2",
|
||||
"bootstrap": "4.6.1",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue