We will be using web-ext package for developing, so:
npm install --global web-ext
then:
web-ext run --start-url partner.trendyol.com
web-ext build --ignore-files="pages/public" --ignore-files="pages/src" --ignore-files="pages/*.*" --overwrite-dest
cd in pages directory then:
npm installnpm run devnpm run build