aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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