acestream / webextension

Userscript manager based on Violentmonkey
MIT License
42 stars 18 forks source link

build faild in windows #7

Open its-dibo opened 4 years ago

its-dibo commented 4 years ago

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.

also I tried:

> yarn run build:chrome