@@ -18,6 +18,7 @@ sh.cd('..')
sh.cd('web')
sh.exec(`${npx} yarn install --force`)
+sh.exec(`${npx} patch-package`)
sh.cd('..')
vars.allPackages.forEach(plugin => {