diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-28 22:09:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-28 22:09:55 +0200 |
| commit | 139f43c6caf963d66704fe1675bcc70735e21926 (patch) | |
| tree | e866e912e59e740d649ea3b565fbf218596f4c89 /Makefile | |
| parent | 90de3cbb942653f472bc663fc11749117b1f8873 (diff) | |
Update for socket.io 4
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/ |