all: build pack # Make alias to simplify building for Mozilla staff when reviewing extensions mozaddons: $(MAKE) deepclean $(MAKE) bootstrap pnpm i $(MAKE) build-reproducible contrib/strip-srcmap.sh $(MAKE) pack clean: rm -rf build static/generated .svelte-kit artifacts deepclean: clean rm -rf node_modules rm static/manifest.json || true ln -s ../manifest.json static/manifest.json bootstrap: ./bootstrap build-release-addon: contrib/ensure-reproducible-builds.sh $(MAKE) mozaddons build: pnpm build build-reproducible: pnpm build-reproducible pack: contrib/pack