ci: fix missing patch-package in windows build
This commit is contained in:
parent
eb91563a0b
commit
095f8cec7a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user