ci: fix missing patch-package in windows build
This commit is contained in:
		
							
								
								
									
										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 |         tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win --exclude=node_modules | ||||||
|  |  | ||||||
|     - name: Install Dependencies |     - name: Install Dependencies | ||||||
|       run: yarn --production --frozen-lockfile --non-interactive |       run: | | ||||||
|  |         yarn --production --frozen-lockfile --non-interactive | ||||||
|  |         yarn patch-package | ||||||
|       working-directory: win |       working-directory: win | ||||||
|  |  | ||||||
|     - name: Create Bundle |     - name: Create Bundle | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user