We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a78f92 commit 3a1f021Copy full SHA for 3a1f021
.github/workflows/update-botasaurus-desktop-api-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies and build
29
working-directory: js/botasaurus-desktop-api/botasaurus-desktop-api-docs
30
run: |
31
- npm i
+ npm i --legacy-peer-deps
32
npm run build
33
34
- name: Get built asset names
js/botasaurus-desktop-api/botasaurus-desktop-api-docs/README.md
@@ -25,4 +25,4 @@ Builds the app for production to the `build` folder.\
25
It correctly bundles React in production mode and optimizes the build for the best performance.
26
27
The build is minified and the filenames include the hashes.\
-Your app is ready to be deployed!
+Your app is ready to be deployed!
0 commit comments