ultrawidify/scripts/prepare-amo-source.sh
Tamius Han ecf495dae6 Let's make a script that does both ff and chrome build at the same time
+ let's automate making source code zip for AMO, while we're at it
2019-09-22 02:38:13 +02:00

6 lines
236 B
Bash
Executable File

#!/bin/bash
# makes a zip file with human-readable source code that we need to upload to AMO
# since webpack minifies stuff
zip -r dist-zip/uw-amo-source.zip README-AMO.md .babelrc package.json package-lock.json webpack.config.js src/