Skip to content

Commit 3a1f021

Browse files
committed
fixes
1 parent 6a78f92 commit 3a1f021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-botasaurus-desktop-api-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies and build
2929
working-directory: js/botasaurus-desktop-api/botasaurus-desktop-api-docs
3030
run: |
31-
npm i
31+
npm i --legacy-peer-deps
3232
npm run build
3333
3434
- name: Get built asset names

js/botasaurus-desktop-api/botasaurus-desktop-api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Builds the app for production to the `build` folder.\
2525
It correctly bundles React in production mode and optimizes the build for the best performance.
2626

2727
The build is minified and the filenames include the hashes.\
28-
Your app is ready to be deployed!
28+
Your app is ready to be deployed!

0 commit comments

Comments
 (0)