From 6196ec5f74faa0b783a1b3d75eadcd6cad5f651e Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 24 Feb 2025 04:42:53 +0100 Subject: fix: split bundles, reproducible builds (hopefully) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index acdb95e..f28fd57 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ mozaddons: $(MAKE) deepclean $(MAKE) bootstrap pnpm i - $(MAKE) build + $(MAKE) build-reproducible + contrib/strip-srcmap.sh $(MAKE) pack clean: @@ -21,5 +22,8 @@ bootstrap: build: pnpm build +build-reproducible: + pnpm build-reproducible + pack: contrib/pack -- cgit v1.2.3