re-enable FF builds (without signing)
This commit is contained in:
parent
fe85f6a7a5
commit
d78a83c4e3
@ -44,8 +44,8 @@ rm -rf ./dist-zip || true # no big deal if ./dist-zip doesn't exist
|
|||||||
#
|
#
|
||||||
# build firefox
|
# build firefox
|
||||||
#
|
#
|
||||||
# npm run "${BUILD_SCRIPT}"
|
npm run "${BUILD_SCRIPT}"
|
||||||
# node scripts/build-zip.js ff
|
node scripts/build-zip.js ff
|
||||||
# if [ ! -z "${AMO_API_KEY}" ] ; then
|
# if [ ! -z "${AMO_API_KEY}" ] ; then
|
||||||
# if [ ! -z "${AMO_API_SECRET}" ] ; then
|
# if [ ! -z "${AMO_API_SECRET}" ] ; then
|
||||||
# web-ext sign --source-dir ./dist --api-key "${AMO_API_KEY}" --api-secret "${AMO_API_SECRET}"
|
# web-ext sign --source-dir ./dist --api-key "${AMO_API_KEY}" --api-secret "${AMO_API_SECRET}"
|
||||||
|
Loading…
Reference in New Issue
Block a user