File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6363 libxdo-dev
6464
6565 - name : Install dependencies
66- # Use --ignore -optional to skip platform-specific @tego/bot-* packages
66+ # Use --no -optional to skip platform-specific @tego/bot-* packages
6767 # which are only published during releases and don't exist during CI
68- run : pnpm install -r --ignore -optional
68+ run : pnpm install -r --no -optional
6969
7070 - name : Build
7171 run : pnpm build
Original file line number Diff line number Diff line change 4343 - name : Setup Pages
4444 uses : actions/configure-pages@v4
4545 - name : Install dependencies
46- # Use --ignore -optional to skip platform-specific @tego/bot-* packages
46+ # Use --no -optional to skip platform-specific @tego/bot-* packages
4747 # which are only published during releases and don't exist during CI
48- run : pnpm install --ignore -optional
48+ run : pnpm install --no -optional
4949 - name : Build with VitePress
5050 run : pnpm docs:build
5151 - name : Upload artifact
Original file line number Diff line number Diff line change 7373 linux-libc-dev
7474
7575 - name : Install dependencies
76- # Use --ignore -optional to skip platform-specific @tego/bot-* packages
76+ # Use --no -optional to skip platform-specific @tego/bot-* packages
7777 # which are only published during releases and don't exist during CI
78- run : pnpm install -r --ignore -optional
78+ run : pnpm install -r --no -optional
7979
8080 - name : Build NAPI binary
8181 run : |
@@ -203,9 +203,9 @@ jobs:
203203 version : 8
204204
205205 - name : Install dependencies
206- # Use --ignore -optional to skip platform-specific @tego/bot-* packages
206+ # Use --no -optional to skip platform-specific @tego/bot-* packages
207207 # which are only published during releases and don't exist during CI
208- run : pnpm install -r --ignore -optional
208+ run : pnpm install -r --no -optional
209209
210210 - name : Download all artifacts
211211 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments