Browse Source

ci: fix missing patch-package in windows build

pull/6682/head
Nicolas Giard 1 year ago
committed by GitHub
parent
commit
095f8cec7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -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

Loading…
Cancel
Save