1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 20:55:03 +03:00

re-added sha1 patch for web

This commit is contained in:
Eugene Pankov 2021-10-25 09:13:57 +02:00
parent f0e96b5f8b
commit 881d5d599d
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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 => {