about summary refs log tree commit diff stats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 11 insertions, 0 deletions
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