Browse Source

ci: fix missing patch-package in windows build

Nicolas Giard 1 year ago
parent
commit
095f8cec7a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/build.yml

+ 3 - 1
.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