ci: fix missing patch-package in windows build

pull/6682/head
Nicolas Giard 11 months ago committed by GitHub
parent eb91563a0b
commit 095f8cec7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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