Unverified Commit 095f8cec authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix missing patch-package in windows build

parent eb91563a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment