mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
ci(publish): change to upgrade frappejs
This commit is contained in:
parent
0b3e3c0326
commit
e9369f0790
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
- name: Setup Books
|
- name: Setup Books
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/main
|
cd $GITHUB_WORKSPACE/main
|
||||||
yarn
|
yarn upgrade frappejs
|
||||||
yarn link frappejs
|
yarn link frappejs
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: Setup Books
|
- name: Setup Books
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/main
|
cd $GITHUB_WORKSPACE/main
|
||||||
yarn
|
yarn upgrade frappejs
|
||||||
yarn link frappejs
|
yarn link frappejs
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
- name: Setup Books
|
- name: Setup Books
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/main
|
cd $GITHUB_WORKSPACE/main
|
||||||
yarn
|
yarn upgrade frappejs
|
||||||
yarn link frappejs
|
yarn link frappejs
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
Loading…
Reference in New Issue
Block a user