Skip to content

Commit

Permalink
ci: fix missing patch-package in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Aug 17, 2023
1 parent eb91563 commit 095f8ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ jobs:
tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win --exclude=node_modules
- name: Install Dependencies
run: yarn --production --frozen-lockfile --non-interactive
run: |
yarn --production --frozen-lockfile --non-interactive
yarn patch-package
working-directory: win

- name: Create Bundle
Expand Down

0 comments on commit 095f8ce

Please sign in to comment.