I followed the following steps to build a chrome extension, with the latest version of yarn (1.22.4)
-> I removed 'prebuild' from scripts, to distable lint, because it gave me too much errors.
> yarn install
then: (with git bash)
> sh build.sh chrome
the dist folder has been created, but no chrome folder created.
I followed the following steps to build a chrome extension, with the latest version of yarn (1.22.4) -> I removed 'prebuild' from scripts, to distable lint, because it gave me too much errors.
then: (with git bash)
the dist folder has been created, but no
chrome
folder created.also I tried: