From 139f43c6caf963d66704fe1675bcc70735e21926 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 28 Aug 2023 22:09:55 +0200 Subject: Update for socket.io 4 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d65039b..d4c4f4d 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,6 @@ start: docker-build: docker-compose build + +package: + cd extension && zip -r ../junction.xpi manifest.json junction.js build/content_script.js icons/ sounds/ -- cgit