Skip to content

Commit fc5c88e

Browse files
committed
chore(ext): Just recipe to pack the extension
1 parent cf8cf41 commit fc5c88e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/*.xpi

Justfile

+4
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ coverage:
7070
open ./target/debug/coverage/index.html; \
7171
fi
7272

73+
pack_ext:
74+
rm -f ./external-editor-revived.xpi
75+
pushd ./extension && zip -r -FS ../external-editor-revived.xpi *
76+
7377
# vim: set filetype=just :

0 commit comments

Comments
 (0)