From 164e5dd608f7cd3afa72e488b80962f064f9ad2a Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 25 Oct 2023 23:19:10 +0200 Subject: build(build.sh): Add a script, which makes maintaining this fork easier --- build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..4a5281e1 --- /dev/null +++ b/build.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + + +npm install +npm run html # Generates html using Pug +npm run build + +echo "You can now take the generated extensions to mozilla" + + +# vim: ft=sh -- cgit 1.4.1