mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +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
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/main
|
||||
yarn
|
||||
yarn upgrade frappejs
|
||||
yarn link frappejs
|
||||
|
||||
- name: Run build
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
- name: Setup Books
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/main
|
||||
yarn
|
||||
yarn upgrade frappejs
|
||||
yarn link frappejs
|
||||
|
||||
- name: Run build
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
- name: Setup Books
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/main
|
||||
yarn
|
||||
yarn upgrade frappejs
|
||||
yarn link frappejs
|
||||
|
||||
- name: Run build
|
||||
|
Loading…
Reference in New Issue
Block a user